summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb (renamed from meta-tpm/recipes-tpm/swtpm/swtpm_0.8.2.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.2.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb
index b987f59..3e58c33 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.2.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb
@@ -4,11 +4,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fe8092c832b71ef20dfe4c6d3decb3a8"
4SECTION = "apps" 4SECTION = "apps"
5 5
6# expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required for the tests 6# expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required for the tests
7DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" 7DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpms json-glib"
8 8
9SRCREV = "507d14219dde88eb3eb2d10d15872d4044aa9d3e" 9SRCREV = "54f4bb1e702a8b80d990ca00b6f72d5031dd131a"
10SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.8;protocol=https" 10SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.10;protocol=https"
11PE = "1" 11PE = "2"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -44,6 +44,6 @@ FILES:${PN}-cuse = "${bindir}/swtpm_cuse"
44 44
45INSANE_SKIP:${PN} += "dev-so" 45INSANE_SKIP:${PN} += "dev-so"
46 46
47RDEPENDS:${PN} = "libtpm" 47RDEPENDS:${PN} = "libtpms"
48 48
49BBCLASSEXTEND = "native nativesdk" 49BBCLASSEXTEND = "native nativesdk"