diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-28 12:41:43 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 19:22:26 +0200 |
| commit | e17c06351781c7ee640410d121b7d59a35fb86ee (patch) | |
| tree | 1c3ebeb2d8abb66b6103e6d72fba724159c1ec29 /meta-efl/recipes-efl/efl/elementary.inc | |
| parent | 9cc59f31d99974693fed9dc7e103b674bc5b5353 (diff) | |
| download | meta-openembedded-e17c06351781c7ee640410d121b7d59a35fb86ee.tar.gz | |
efl, elementary: upgrade to 1.10.0
* announcement:
https://phab.enlightenment.org/phame/post/view/59/
* evas-generic-loaders LIC_FILES_CHKSUM change is only from formal
changes in 'license: update FSF address.' commit
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc index dd18abe2f2..c22070f91b 100644 --- a/meta-efl/recipes-efl/efl/elementary.inc +++ b/meta-efl/recipes-efl/efl/elementary.inc | |||
| @@ -11,6 +11,7 @@ EXTRA_OECONF_append_class-target = "\ | |||
| 11 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 11 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
| 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 | " | 15 | " |
| 15 | 16 | ||
| 16 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
| @@ -18,6 +19,11 @@ BBCLASSEXTEND = "native" | |||
| 18 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" | 19 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" |
| 19 | PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl" | 20 | PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl" |
| 20 | 21 | ||
| 22 | do_configure_prepend() { | ||
| 23 | # prefix returned eolian paths with STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly | ||
| 24 | 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 | ||
| 25 | } | ||
| 26 | |||
| 21 | do_compile_append_class-target() { | 27 | do_compile_append_class-target() { |
| 22 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 28 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
| 23 | -e s:/${TARGET_SYS}::g \ | 29 | -e s:/${TARGET_SYS}::g \ |
