diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /jpeg | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg-native_6b.bb | 0 | ||||
-rw-r--r-- | jpeg/jpeg-native_6b.oe | 14 | ||||
-rw-r--r-- | jpeg/jpeg_6b.bb | 0 | ||||
-rw-r--r-- | jpeg/jpeg_6b.oe | 35 |
4 files changed, 0 insertions, 49 deletions
diff --git a/jpeg/jpeg-native_6b.bb b/jpeg/jpeg-native_6b.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/jpeg/jpeg-native_6b.bb diff --git a/jpeg/jpeg-native_6b.oe b/jpeg/jpeg-native_6b.oe deleted file mode 100644 index baaeb4accf..0000000000 --- a/jpeg/jpeg-native_6b.oe +++ /dev/null @@ -1,14 +0,0 @@ -SECTION = "libs" -include jpeg_${PV}.oe -inherit native -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/jpeg-${PV}" -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/jpeg/jpeg_6b.bb b/jpeg/jpeg_6b.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/jpeg/jpeg_6b.bb diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe deleted file mode 100644 index 07f743030a..0000000000 --- a/jpeg/jpeg_6b.oe +++ /dev/null @@ -1,35 +0,0 @@ -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}" - -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 -} |