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:
Richard Purdie
2009-06-11 14:40:20 +01:00
parent 1c549c478d
commit 83d4a2bb48

View File

@@ -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