wireless-tools: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 13:28:57 +0000 (15:28 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 13:30:22 +0000 (15:30 +0200)
* now only -cross and kernel packages use legacy staging for 'MACHINE=smartq5 bitbake console-image'

recipes/wireless-tools/wireless-tools.inc
recipes/wireless-tools/wireless-tools_29.bb

index da1ed91..c52e01a 100644 (file)
@@ -24,12 +24,6 @@ do_compile() {
        oe_runmake all libiw.a
 }
 
-do_stage() {
-       install -m 0644 wireless.h ${STAGING_INCDIR}/
-       install -m 0644 iwlib.h ${STAGING_INCDIR}/
-       oe_libinstall -a -so libiw ${STAGING_LIBDIR}/
-}
-
 do_install() {
     oe_runmake PREFIX=${D} install-iwmulticall install-dynamic install-static install-man install-hdr
     install -d ${D}${sbindir}