* removed the pngcrush-native_1.7.9.bb file
* added NATIVE_INSTALL_WORKS = "1"
* added BBCLASSEXTEND = "native"
* added PR = "r1"
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
+++ /dev/null
-require pngcrush_${PV}.bb
-
-inherit native
-
-S = "${WORKDIR}/pngcrush-${PV}"
-
-do_stage() {
- install -m 755 ${S}/pngcrush ${STAGING_BINDIR}/
-}
DESCRIPTION = "Tool to optimize PNG images"
SECTION = "console/graphics"
HOMEPAGE = "http://pmt.sourceforge.net/pngcrush"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/pmt/pngcrush-${PV}.tar.gz;name=src"
install -d ${D}${bindir}
install -m 755 ${BPN} ${D}${bindir}
}
+
+BBCLASSEXTEND = "native"
+
+NATIVE_INSTALL_WORKS = "1"