From 332b02ec89ddbabd945323fc860670e8e7317ce0 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 20 Aug 2014 21:20:32 -0700 Subject: nmap: New QA issue via ppc Fixes: WARNING: QA Issue: nmap rdepends on libpcap, but it isn't a build dependency? [build-deps] nmap internal lua library does not compile with PPC so use OE version instead. Changed PACKAGECONFIG assignment from "??=" to "=". It was empty when using PPC. Signed-off-by: Armin Kuster --- recipes-security/nmap/nmap_6.46.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-security/nmap/nmap_6.46.bb b/recipes-security/nmap/nmap_6.46.bb index 573187d..a04dc7b 100644 --- a/recipes-security/nmap/nmap_6.46.bb +++ b/recipes-security/nmap/nmap_6.46.bb @@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4 inherit autotools-brokensep pkgconfig distro_features_check -PACKAGECONFIG ??= "ncat nping ndiff pcap" +PACKAGECONFIG = "ncat nping ndiff pcap lua" PACKAGECONFIG += " ${@bb.utils.contains("IMAGE_FEATURES", "x11-base", "zenmap", "", d)}" -PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap" +PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl" #disable/enable packages @@ -23,7 +23,7 @@ PACKAGECONFIG[ncat] = ",--without-ncat," PACKAGECONFIG[ndiff] = ",--without-ndiff," #use nmap's Included or system's libs -PACKAGECONFIG[lua] = "--with-liblua=${STAGING_LIBDIR}/.., --with-liblua=included, lua" +PACKAGECONFIG[lua] = "--with-liblua=${STAGING_LIBDIR}/.., --without-liblua, lua" PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre" #Add gui -- cgit v1.2.3-54-g00ecf