summaryrefslogtreecommitdiff
path: root/openembedded/packages/jpeg/jpeg_6b.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/jpeg/jpeg_6b.bb
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadopenembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.bz2
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.xz
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.zip
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/jpeg/jpeg_6b.bb')
-rw-r--r--openembedded/packages/jpeg/jpeg_6b.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/openembedded/packages/jpeg/jpeg_6b.bb b/openembedded/packages/jpeg/jpeg_6b.bb
deleted file mode 100644
index 23e3ed82b..000000000
--- a/openembedded/packages/jpeg/jpeg_6b.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-PR = "r2"
-SECTION = "libs"
-PRIORITY = "required"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "libtool-cross"
-DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
-PACKAGES =+ "jpeg-tools "
-FILES_jpeg-tools = "${bindir}"
-LICENSE ="jpeg"
-SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
- file://debian.patch;patch=1 \
- file://ldflags.patch;patch=1 \
- file://paths.patch;patch=1"
-S = "${WORKDIR}/jpeg-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF="--enable-static --enable-shared"
-EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"'
-
-CFLAGS_append = " -D_REENTRANT"
-
-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}
- oe_runmake 'DESTDIR=${D}' install
-}