diff options
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg-6b/paths.patch | 0 | ||||
-rw-r--r-- | jpeg/jpeg-native_6b.oe | 0 | ||||
-rw-r--r-- | jpeg/jpeg_6b.oe | 6 |
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" |