diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
commit | 081432e434818a616a523f9f2bb18e707e4e68e3 (patch) | |
tree | 66e473e317db4a0f1056c474b26fdefde6e6ec6e /packages/libxine | |
parent | 12bb4c41c375d36b596ba4eb0a9c8ce1d6ace10e (diff) |
Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the mailing list. There should be no functionality changes yet.
Diffstat (limited to 'packages/libxine')
-rw-r--r-- | packages/libxine/libxine_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxine/libxine_1.1.0.bb b/packages/libxine/libxine_1.1.0.bb index 7b78d2ae51..270ac8f6e5 100644 --- a/packages/libxine/libxine_1.1.0.bb +++ b/packages/libxine/libxine_1.1.0.bb @@ -43,7 +43,7 @@ EXTRA_OECONF="-with-zlib-path=${STAGING_DIR}/${HOST_SYS} \ --disable-aalibtest \ --with-x --x-includes=${STAGING_INCDIR}/X11 --x-libraries=${STAGING_LIBDIR}" -export WAND_CONFIG="${STAGING_BINDIR}/Wand-config" +export WAND_CONFIG="${STAGING_BINDIR_CROSS}/Wand-config" do_compile() { oe_runmake LIBTOOL=${S}/${TARGET_SYS}-libtool |