jpeg: Convert to BBCLASSEXTEND (and drop unneeded custom staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-05 17:10:56 +00:00
parent 65d097ca22
commit 1d82f91348
2 changed files with 3 additions and 24 deletions

View File

@ -1,13 +0,0 @@
SECTION = "libs"
require jpeg_${PV}.bb
inherit native
DEPENDS = ""
do_stage() {
install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
oe_libinstall -so libjpeg ${STAGING_LIBDIR}
}

View File

@ -4,8 +4,9 @@ SECTION = "libs"
PRIORITY = "required"
DEPENDS = "libtool-cross"
DEPENDS_virtclass-native = "libtool-native"
PR = "r6"
PR = "r7"
SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
file://debian.patch;patch=1 \
@ -25,15 +26,6 @@ do_configure_prepend () {
rm -f ${S}/ltmain.sh
}
do_stage() {
install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
oe_libinstall -so libjpeg ${STAGING_LIBDIR}
}
do_install() {
install -d ${D}${bindir} ${D}${includedir} \
${D}${mandir}/man1 ${D}${libdir}
@ -43,4 +35,4 @@ do_install() {
PACKAGES =+ "jpeg-tools "
FILES_jpeg-tools = "${bindir}/*"
BBCLASSEXTEND = "native"