summaryrefslogtreecommitdiff
path: root/jpeg
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-08 04:39:39 +0000
committerChris Larson <clarson@kergoth.com>2004-06-08 04:39:39 +0000
commit447a14c4c612c9a0778b2ab2017b401ce145214f (patch)
tree52b485729e8228c6c481e375091a1ed1a211b2eb /jpeg
parentafbd9fa5a97db40d6c9ec0721fc9b250d356035b (diff)
Fix the espgs 7.07.1rc1 build and move it out of nonworking (ghostscript :).
BKrev: 40c5430bmowCSRXy9Al50PEeZOmdrA
Diffstat (limited to 'jpeg')
-rw-r--r--jpeg/jpeg-6b/paths.patch0
-rw-r--r--jpeg/jpeg-native_6b.oe0
-rw-r--r--jpeg/jpeg_6b.oe6
3 files changed, 4 insertions, 2 deletions
diff --git a/jpeg/jpeg-6b/paths.patch b/jpeg/jpeg-6b/paths.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/jpeg/jpeg-6b/paths.patch
diff --git a/jpeg/jpeg-native_6b.oe b/jpeg/jpeg-native_6b.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/jpeg/jpeg-native_6b.oe
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe
index 546b214fcb..3ac83114c3 100644
--- a/jpeg/jpeg_6b.oe
+++ b/jpeg/jpeg_6b.oe
@@ -8,12 +8,14 @@ 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://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}/${TARGET_PREFIX}libtool"'
+EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"'
CFLAGS_append = " -D_REENTRANT"