swtpm: update to tip for openssl 1.1 support

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2018-09-15 11:23:51 -07:00
parent 6faa2504ef
commit d255fa5bfb
+3 -2
View File
@@ -8,9 +8,8 @@ DEPENDS = "libtasn1 expect socat glib-2.0 libtpm libtpm-native"
# configure checks for the tools already during compilation and # configure checks for the tools already during compilation and
# then swtpm_setup needs them at runtime # then swtpm_setup needs them at runtime
DEPENDS += "tpm-tools-native expect-native socat-native" DEPENDS += "tpm-tools-native expect-native socat-native"
RDEPENDS_${PN} += "tpm-tools"
SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8" SRCREV = "66b42f52ef363998cb57f039889d59381d20bdf1"
SRC_URI = "git://github.com/stefanberger/swtpm.git \ SRC_URI = "git://github.com/stefanberger/swtpm.git \
file://fix_lib_search_path.patch \ file://fix_lib_search_path.patch \
file://fix_fcntl_h.patch \ file://fix_fcntl_h.patch \
@@ -59,3 +58,5 @@ python() {
'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
raise bb.parse.SkipRecipe('Cuse enabled which requires meta-filesystems to be present.') raise bb.parse.SkipRecipe('Cuse enabled which requires meta-filesystems to be present.')
} }
RDEPENDS_${PN} += "tpm-tools"