Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] nmap: use native python and add python dependence
@ 2014-02-19  2:35 Zhu Yanjun
  2014-02-19  2:40 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Zhu Yanjun @ 2014-02-19  2:35 UTC (permalink / raw)
  To: openembedded-core

---
 recipes-security/nmap/nmap_6.25.bb |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes-security/nmap/nmap_6.25.bb b/recipes-security/nmap/nmap_6.25.bb
index aff5c63..8d7e853 100644
--- a/recipes-security/nmap/nmap_6.25.bb
+++ b/recipes-security/nmap/nmap_6.25.bb
@@ -11,12 +11,17 @@ SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "fcc80f94ff3adcb11eedf91092ea6f5e"
 SRC_URI[sha256sum] = "3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5"
 
-inherit autotools
+inherit autotools pythonnative
 
-DEPENDS = "libpcap"
+DEPENDS = "libpcap python"
 
 EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux"
 
+export BUILD_SYS
+export HOST_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
+
 do_configure() {
     autoconf
     oe_runconf
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-19  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19  2:35 [PATCH] nmap: use native python and add python dependence Zhu Yanjun
2014-02-19  2:40 ` Khem Raj
2014-02-19  3:39   ` Randy MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox