* [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
* Re: [PATCH] nmap: use native python and add python dependence
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
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2014-02-19 2:40 UTC (permalink / raw)
To: Zhu Yanjun; +Cc: Patches and discussions about the oe-core layer
On Feb 18, 2014, at 6:35 PM, Zhu Yanjun <yanjun.zhu@windriver.com> wrote:
> +export BUILD_SYS
> +export HOST_SYS
> +export STAGING_LIBDIR
> +export STAGING_INCDIR
> +
why are these needed ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nmap: use native python and add python dependence
2014-02-19 2:40 ` Khem Raj
@ 2014-02-19 3:39 ` Randy MacLeod
0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2014-02-19 3:39 UTC (permalink / raw)
To: Zhu Yanjun; +Cc: yocto, Patches and discussions about the oe-core layer
On 14-02-18 09:40 PM, Khem Raj wrote:
>
> On Feb 18, 2014, at 6:35 PM, Zhu Yanjun <yanjun.zhu@windriver.com> wrote:
>
>> +export BUILD_SYS
>> +export HOST_SYS
>> +export STAGING_LIBDIR
>> +export STAGING_INCDIR
>> +
>
> why are these needed ?
Also, meta-security recipes are discussed on:
yocto@yoctoproject.org
not the oe-core list.
../Randy
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350
^ permalink raw reply [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