[oe-commits] [meta-openembedded] 05/30: snort: Add lzma to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 15:59:18 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 036afe6a9c34cf3e535a58637561e7d9db458f65
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Wed Aug 10 17:16:40 2016 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 fb71799..c62a8d3 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 = " \
 # 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list