diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-01 21:42:32 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 12:56:21 +0100 |
commit | 597615a8cc4909059b787e753e81de5d746bb4eb (patch) | |
tree | b2e5cd2994325cb8ca9d53d5ecccb94405bdac6d /meta-efl/recipes-efl/efl/elementary.inc | |
parent | 66a6c115e2cfe9b9cd7678321e28e7e29f45c42b (diff) | |
download | meta-openembedded-597615a8cc4909059b787e753e81de5d746bb4eb.tar.gz |
efl, elementary, emotion-generic-players, evas-generic-loaders: upgrade
to 1.12.*
* announcements:
https://phab.enlightenment.org/phame/post/view/96/
https://phab.enlightenment.org/phame/post/view/99/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc index c5e75b96c..f0a92dfe9 100644 --- a/meta-efl/recipes-efl/efl/elementary.inc +++ b/meta-efl/recipes-efl/efl/elementary.inc | |||
@@ -12,6 +12,7 @@ EXTRA_OECONF_append_class-target = "\ | |||
12 | --with-elementary-codegen=${STAGING_BINDIR_NATIVE}/elementary_codegen \ | 12 | --with-elementary-codegen=${STAGING_BINDIR_NATIVE}/elementary_codegen \ |
13 | --with-elm-prefs-cc=${STAGING_BINDIR_NATIVE}/elm_prefs_cc \ | 13 | --with-elm-prefs-cc=${STAGING_BINDIR_NATIVE}/elm_prefs_cc \ |
14 | --with-eolian-gen=${STAGING_BINDIR_NATIVE}/eolian_gen \ | 14 | --with-eolian-gen=${STAGING_BINDIR_NATIVE}/eolian_gen \ |
15 | --with-eolian-cxx=${STAGING_BINDIR_NATIVE}/eolian_cxx \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
@@ -23,8 +24,8 @@ PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementar | |||
23 | PACKAGECONFIG[c++11] = "--enable-cxx-bindings,--disable-cxx-bindings" | 24 | PACKAGECONFIG[c++11] = "--enable-cxx-bindings,--disable-cxx-bindings" |
24 | 25 | ||
25 | do_configure_prepend() { | 26 | do_configure_prepend() { |
26 | # prefix returned eolian paths with STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly | 27 | # prefix returned eolian paths with STAGING_DIR_HOST |
27 | sed -i "s^DEPS_EOLIAN_FLAGS=\`pkg-config --variable=eolian_flags eo evas edje ecore\`$^DEPS_EOLIAN_FLAGS=\`\$PKG_CONFIG --variable=eolian_flags eo evas edje ecore | sed 's#-I${prefix}#-I${STAGING_DIR_HOST}${prefix}#g'\`^g" ${S}/configure.ac | 28 | sed -i 's%^\(DEPS_EOLIAN_FLAGS=`.*\)`$%\1 | sed "s#-I\\${prefix}#-I\\${STAGING_DIR_HOST}\\${prefix}#g"`%g' ${S}/configure.ac |
28 | } | 29 | } |
29 | 30 | ||
30 | do_compile_append_class-target() { | 31 | do_compile_append_class-target() { |