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/e17/entice_20060128.bb | |
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/e17/entice_20060128.bb')
-rw-r--r-- | packages/e17/entice_20060128.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb index 48c37c72a2..776f652b96 100644 --- a/packages/e17/entice_20060128.bb +++ b/packages/e17/entice_20060128.bb @@ -11,7 +11,7 @@ RDEPENDS += "libesmart-container-plugins libesmart-thumb0 libesmart-trans-x11-0 SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}" S = "${WORKDIR}/entice" -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" |