Re: [OE-core] [PATCH] nmap: use native python and add python dependence

2014-02-18 Thread Randy MacLeod
On 14-02-18 09:40 PM, Khem Raj wrote: On Feb 18, 2014, at 6:35 PM, Zhu Yanjun wrote: +export BUILD_SYS +export HOST_SYS +export STAGING_LIBDIR +export STAGING_INCDIR + why are these needed ? Also, meta-security recipes are discussed on: yo...@yoctoproject.org not the oe-core list. ../R

Re: [OE-core] [PATCH] nmap: use native python and add python dependence

2014-02-18 Thread Khem Raj
On Feb 18, 2014, at 6:35 PM, Zhu Yanjun wrote: > +export BUILD_SYS > +export HOST_SYS > +export STAGING_LIBDIR > +export STAGING_INCDIR > + why are these needed ? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists

[OE-core] [PATCH] nmap: use native python and add python dependence

2014-02-18 Thread Zhu Yanjun
--- 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.