aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb')
-rw-r--r--recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb b/recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb
index 5645976..99ea8ee 100644
--- a/recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb
+++ b/recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb
@@ -9,6 +9,7 @@ SECTION = "tpm"
LICENSE = "CPL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
DEPENDS = "libtspi openssl"
+DEPENDS_class-native = "trousers-native"
SRC_URI += " \
http://downloads.sourceforge.net/project/trousers/${BPN}/${PV}/${BP}.tar.gz \
@@ -20,3 +21,5 @@ SRC_URI[md5sum] = "85a978c4e03fefd4b73cbeadde7c4d0b"
SRC_URI[sha256sum] = "66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83"
inherit autotools gettext
+
+BBCLASSEXTEND = "native"