diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /jpeg | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg_6b.oe | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index b86eb60614..eb2b9a135d 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -5,9 +5,9 @@ RDEPENDS = "libc6" DEPENDS = "virtual/libc" DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." -SRC_URI = http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ - file://${FILESDIR}/debian.patch;patch=1 \ - file://${FILESDIR}/ldflags.patch;patch=1 +SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ + file://${FILESDIR}/debian.patch;patch=1 \ + file://${FILESDIR}/ldflags.patch;patch=1" inherit autotools libtool @@ -16,11 +16,11 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" do_stage() { - install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h - install -m 644 -D jpeglib.h ${STAGING_DIR}/target/include/jpeglib.h - install -m 644 -D jmorecfg.h ${STAGING_DIR}/target/include/jmorecfg.h - install -m 644 -D jerror.h ${STAGING_DIR}/target/include/jerror.h - install -m 644 -D jpegint.h ${STAGING_DIR}/target/include/jpegint.h + install -m 644 -D jconfig.h ${STAGING_INCDIR}/jconfig.h + install -m 644 -D jpeglib.h ${STAGING_INCDIR}/jpeglib.h + install -m 644 -D jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h + install -m 644 -D jerror.h ${STAGING_INCDIR}/jerror.h + install -m 644 -D jpegint.h ${STAGING_INCDIR}/jpegint.h install -m 755 -D .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so.62.0.0 ln -sf libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so.62 ln -sf libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so |