mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
libpng-native: Just write out a do_stage function, INHIBIT_NATIVE_STAGE_INSTALL is pointless
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,9 +2,7 @@ require libpng_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "zlib-native"
|
||||
|
||||
INHIBIT_NATIVE_STAGE_INSTALL = "1"
|
||||
|
||||
do_stage_append() {
|
||||
do_stage() {
|
||||
cp libpng.pc libpng12.pc
|
||||
install -m 644 png.h ${STAGING_INCDIR}/png.h
|
||||
install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h
|
||||
|
||||
Reference in New Issue
Block a user