mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
snort: Add lzma to PACKAGECONFIG
Add lzma to PACKAGECONFIG to remove below warning: WARNING: snort-2.9.7.5-r0 do_package_qa: QA Issue: snort rdepends on liblzma, but it isn't a build dependency, missing xz in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -42,8 +42,9 @@ EXTRA_OECONF = " \
|
||||
# if you want to disable it, you need to patch configure.in first
|
||||
# AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no")
|
||||
# is called even with --without-openssl-includes
|
||||
PACKAGECONFIG ?= "openssl"
|
||||
PACKAGECONFIG ?= "openssl lzma"
|
||||
PACKAGECONFIG[openssl] = "--with-openssl-includes=${STAGING_INCDIR} --with-openssl-libraries=${STAGING_LIBDIR}, --without-openssl-includes --without-openssl-libraries, openssl,"
|
||||
PACKAGECONFIG[lzma] = "--with-lzma-includes=${STAGING_INCDIR} --with-lzma-libraries=${STAGING_LIBDIR}, --without-lzma-includes --without-lzma-libraries, xz,"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/snort/rules
|
||||
|
||||
Reference in New Issue
Block a user