summaryrefslogtreecommitdiff
path: root/jpeg/jpeg_6b.oe
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg/jpeg_6b.oe')
-rw-r--r--jpeg/jpeg_6b.oe16
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