summaryrefslogtreecommitdiffstats
path: root/meta/packages/jpeg
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-25 10:01:30 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-25 10:01:30 +0000
commit4f249a8efbced11400f99c182ef101b7c00e7ba8 (patch)
tree03766f69c5fd2b6a4d1f3d8936cdf6c6d32b8989 /meta/packages/jpeg
parent82dd73248db6eb9be25db48081a573d7027a204f (diff)
downloadpoky-4f249a8efbced11400f99c182ef101b7c00e7ba8.tar.gz
Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@958 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/jpeg')
-rw-r--r--meta/packages/jpeg/jpeg_6b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb
index 342197c8ad..978ae10be5 100644
--- a/meta/packages/jpeg/jpeg_6b.bb
+++ b/meta/packages/jpeg/jpeg_6b.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/jpeg-${PV}"
16inherit autotools 16inherit autotools
17 17
18EXTRA_OECONF="--enable-static --enable-shared" 18EXTRA_OECONF="--enable-static --enable-shared"
19EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"' 19EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
20 20
21CFLAGS_append = " -D_REENTRANT" 21CFLAGS_append = " -D_REENTRANT"
22 22