diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2016-08-10 17:16:40 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-09-15 09:50:07 -0400 |
commit | 02f77f7571e96958147343fb39a08d1fecd8d5f9 (patch) | |
tree | 882d9555eff76fc9cebfc007afdca4c1f1dcbe46 | |
parent | 4fde248e25a517d0f8947ad00b2849257488d718 (diff) | |
download | meta-openembedded-02f77f7571e96958147343fb39a08d1fecd8d5f9.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb index fb717993c..c62a8d360 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | |||
@@ -42,8 +42,9 @@ EXTRA_OECONF = " \ | |||
42 | # if you want to disable it, you need to patch configure.in first | 42 | # if you want to disable it, you need to patch configure.in first |
43 | # AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") | 43 | # AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") |
44 | # is called even with --without-openssl-includes | 44 | # is called even with --without-openssl-includes |
45 | PACKAGECONFIG ?= "openssl" | 45 | PACKAGECONFIG ?= "openssl lzma" |
46 | PACKAGECONFIG[openssl] = "--with-openssl-includes=${STAGING_INCDIR} --with-openssl-libraries=${STAGING_LIBDIR}, --without-openssl-includes --without-openssl-libraries, openssl," | 46 | PACKAGECONFIG[openssl] = "--with-openssl-includes=${STAGING_INCDIR} --with-openssl-libraries=${STAGING_LIBDIR}, --without-openssl-includes --without-openssl-libraries, openssl," |
47 | PACKAGECONFIG[lzma] = "--with-lzma-includes=${STAGING_INCDIR} --with-lzma-libraries=${STAGING_LIBDIR}, --without-lzma-includes --without-lzma-libraries, xz," | ||
47 | 48 | ||
48 | do_install_append() { | 49 | do_install_append() { |
49 | install -d ${D}${sysconfdir}/snort/rules | 50 | install -d ${D}${sysconfdir}/snort/rules |