diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-26 14:20:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-26 14:20:22 +0100 |
commit | 51f172ce530a7718c1cf628333ba0904120ea1e2 (patch) | |
tree | 604776c3b3b20eab9c1c35f1a1d43b24bcd88dde /recipes/efl1 | |
parent | 8af5e0ed1a7c79cd97ac5c58a7663c56b7f11621 (diff) |
e17: bump SRCREV and start adapting it to new-style staging
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 4 | ||||
-rw-r--r-- | recipes/efl1/evas-native_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/evas_svn.bb | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index 5be2dc80f1..a6c519526a 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r6" +PR = "r7" SRC_URI += "file://iconv.patch;patch=1 \ file://exit_uclibc.patch;patch=1 \ @@ -27,7 +27,7 @@ EXTRA_OECONF = "\ --disable-ecore-x-xcb \ --disable-ecore-directfb \ --disable-ecore-sdl \ - --disable-ecore-evas-x11-gl \ + --enable-ecore-evas-x11-gl \ --disable-ecore-evas-dfb \ --disable-ecore-evas-sdl \ --disable-openssl \ diff --git a/recipes/efl1/evas-native_svn.bb b/recipes/efl1/evas-native_svn.bb index d3da6659d6..0cb192ca9f 100644 --- a/recipes/efl1/evas-native_svn.bb +++ b/recipes/efl1/evas-native_svn.bb @@ -63,7 +63,7 @@ EXTRA_OECONF = "\ # evas needs a different oe_libinstall, so copy/paste autotools_stage_all -do_stage() { +do_oldstage() { rm -rf ${STAGE_TEMP} mkdir -p ${STAGE_TEMP} oe_runmake DESTDIR="${STAGE_TEMP}" install diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb index 21779818ca..b73d8155ba 100644 --- a/recipes/efl1/evas_svn.bb +++ b/recipes/efl1/evas_svn.bb @@ -19,7 +19,6 @@ EXTRA_OECONF = "\ --enable-software-x11 \ --enable-software-16-x11 \ --disable-software-xcb \ - --disable-gl-x11 \ --enable-xrender-x11 \ --disable-xrender-xcb \ --disable-glitz-x11 \ |