mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
wireless-tools: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -23,12 +23,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-man install-hdr
|
||||
install -d ${D}${sbindir}
|
||||
|
||||
Reference in New Issue
Block a user