mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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
|
inherit native
|
||||||
DEPENDS = "zlib-native"
|
DEPENDS = "zlib-native"
|
||||||
|
|
||||||
INHIBIT_NATIVE_STAGE_INSTALL = "1"
|
do_stage() {
|
||||||
|
|
||||||
do_stage_append() {
|
|
||||||
cp libpng.pc libpng12.pc
|
cp libpng.pc libpng12.pc
|
||||||
install -m 644 png.h ${STAGING_INCDIR}/png.h
|
install -m 644 png.h ${STAGING_INCDIR}/png.h
|
||||||
install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h
|
install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h
|
||||||
|
|||||||
Reference in New Issue
Block a user