summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-12-02 14:45:18 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-06 13:08:30 +0100
commit93c12850081f8d0f44c8fde5f5ce34cd46147fc2 (patch)
treecc903e6cf9e531e75b8de77a6a45902131e0fede /meta-efl/recipes-efl/e17
parent28fd00e586fa137964ee4cd51945262636b1eb89 (diff)
downloadmeta-openembedded-93c12850081f8d0f44c8fde5f5ce34cd46147fc2.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17')
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_svn.bb7
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 5c7d09bdb..8f701a3ce 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/"
30EXTRA_OECONF = "\ 30EXTRA_OECONF = "\
31 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ 31 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
32" 32"
33EXTRA_OECONF_append_shr = "\ 33
34 --enable-fso \ 34do_configure_prepend() {
35" 35 autopoint || touch config.rpath
36}
36 37
37pkg_postinst_${PN} () { 38pkg_postinst_${PN} () {
38 echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" 39 echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!"