diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-25 10:01:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-25 10:01:30 +0000 |
commit | 4f249a8efbced11400f99c182ef101b7c00e7ba8 (patch) | |
tree | 03766f69c5fd2b6a4d1f3d8936cdf6c6d32b8989 /meta/packages/jpeg/jpeg_6b.bb | |
parent | 82dd73248db6eb9be25db48081a573d7027a204f (diff) | |
download | poky-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/jpeg_6b.bb')
-rw-r--r-- | meta/packages/jpeg/jpeg_6b.bb | 2 |
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}" | |||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | EXTRA_OECONF="--enable-static --enable-shared" | 18 | EXTRA_OECONF="--enable-static --enable-shared" |
19 | EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"' | 19 | EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"' |
20 | 20 | ||
21 | CFLAGS_append = " -D_REENTRANT" | 21 | CFLAGS_append = " -D_REENTRANT" |
22 | 22 | ||