diff options
-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" | |||
4 | SECTION = "apps" | 4 | SECTION = "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 |
7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" | 7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpms json-glib" |
8 | 8 | ||
9 | SRCREV = "507d14219dde88eb3eb2d10d15872d4044aa9d3e" | 9 | SRCREV = "54f4bb1e702a8b80d990ca00b6f72d5031dd131a" |
10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.8;protocol=https" | 10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.10;protocol=https" |
11 | PE = "1" | 11 | PE = "2" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -44,6 +44,6 @@ FILES:${PN}-cuse = "${bindir}/swtpm_cuse" | |||
44 | 44 | ||
45 | INSANE_SKIP:${PN} += "dev-so" | 45 | INSANE_SKIP:${PN} += "dev-so" |
46 | 46 | ||
47 | RDEPENDS:${PN} = "libtpm" | 47 | RDEPENDS:${PN} = "libtpms" |
48 | 48 | ||
49 | BBCLASSEXTEND = "native nativesdk" | 49 | BBCLASSEXTEND = "native nativesdk" |