[oe-commits] [meta-openembedded] 43/47: nmap: Fix typo in pcre PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 15:21:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 47724bf5ebc5c80eb8decb1b578108ae206239a4
Author: Scott Ellis <scottellis.developer at gmail.com>
AuthorDate: Sun Feb 3 08:37:52 2019 -0500

    nmap: Fix typo in pcre PACKAGECONFIG
    
    Signed-off-by: Scott Ellis <scott at jumpnowtek.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-security/nmap/nmap_7.70.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb
index b28b6a2..4e4bcac 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.70.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb
@@ -20,7 +20,7 @@ inherit autotools-brokensep pkgconfig pythonnative
 PACKAGECONFIG ?= "ncat nping ndiff pcap"
 
 PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
-PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
+PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpcre"
 PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
 PACKAGECONFIG[ssh2] = "--with-openssh2=${STAGING_LIBDIR}/.., --without-openssh2, libssh2, libssh2"
 PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, zlib"

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


More information about the Openembedded-commits mailing list