[oe-commits] Martin Jansa : enjoy: remove SHR override and add autopoint

git at git.openembedded.org git at git.openembedded.org
Tue Dec 6 12:46:24 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 93c12850081f8d0f44c8fde5f5ce34cd46147fc2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=93c12850081f8d0f44c8fde5f5ce34cd46147fc2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Dec  2 14:45:18 2011 +0100

enjoy: remove SHR override and add autopoint

* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary
  but here it's still needed
* without it fails with:
  Making all in po
  make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make enjoy.pot-update
  make[3]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[3]: *** No rule to make target `remove-potcdate.sed', needed by `enjoy.pot-update'.  Stop.
  make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[2]: *** [enjoy.pot] Error 2
  make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy'
  make: *** [all] Error 2

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/enjoy_svn.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index 5c7d09b..8f701a3 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -30,9 +30,10 @@ FILES_${PN} += "${datadir}/icons/"
 EXTRA_OECONF = "\
   --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
 "
-EXTRA_OECONF_append_shr = "\
-  --enable-fso \
-"
+
+do_configure_prepend() {
+       autopoint || touch config.rpath
+}
 
 pkg_postinst_${PN} () {
 	echo "enjoy:	SCAN and LIBRARY MANAGER are not implemeted yet!"





More information about the Openembedded-commits mailing list