mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 02:20:50 +00:00
tpm2-tss: fix fapi package config
When enabling fapi, the build breaks with: | configure: error: Package requirements (libcurl) were not met: | No package 'libcurl' found This adds the missing dependency and bundles the additional config files in the base package. Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
7e27eb5fca
commit
696651d0c3
@@ -15,7 +15,7 @@ inherit autotools pkgconfig systemd extrausers
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, "
|
||||
PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,json-c "
|
||||
PACKAGECONFIG[fapi] = "--enable-fapi,--disable-fapi,curl json-c "
|
||||
|
||||
EXTRA_OECONF += "--enable-static --with-udevrulesdir=${nonarch_base_libdir}/udev/rules.d/"
|
||||
EXTRA_OECONF:remove = " --disable-static"
|
||||
@@ -73,6 +73,11 @@ FILES:libtss2-dev = " \
|
||||
${libdir}/libtss2*so"
|
||||
FILES:libtss2-staticdev = "${libdir}/libtss*a"
|
||||
|
||||
FILES:${PN} = "${libdir}/udev ${nonarch_base_libdir}/udev"
|
||||
FILES:${PN} = "\
|
||||
${libdir}/udev \
|
||||
${nonarch_base_libdir}/udev \
|
||||
${sysconfdir}/tmpfiles.d \
|
||||
${sysconfdir}/tpm2-tss \
|
||||
${sysconfdir}/sysusers.d"
|
||||
|
||||
RDEPENDS:libtss2 = "libgcrypt"
|
||||
|
||||
Reference in New Issue
Block a user