From 1d82f91348ad9e0bb98477c8c90ca99995b5a41d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 5 Nov 2009 17:10:56 +0000 Subject: jpeg: Convert to BBCLASSEXTEND (and drop unneeded custom staging function Signed-off-by: Richard Purdie --- meta/packages/jpeg/jpeg-native_6b.bb | 13 ------------- meta/packages/jpeg/jpeg_6b.bb | 14 +++----------- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 meta/packages/jpeg/jpeg-native_6b.bb (limited to 'meta') diff --git a/meta/packages/jpeg/jpeg-native_6b.bb b/meta/packages/jpeg/jpeg-native_6b.bb deleted file mode 100644 index 2591a7ab18..0000000000 --- a/meta/packages/jpeg/jpeg-native_6b.bb +++ /dev/null @@ -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} -} diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb index d64fb0996a..ea05c6d344 100644 --- a/meta/packages/jpeg/jpeg_6b.bb +++ b/meta/packages/jpeg/jpeg_6b.bb @@ -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" -- cgit v1.2.3-54-g00ecf