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/evas-native_svn.bb | |
parent | 8af5e0ed1a7c79cd97ac5c58a7663c56b7f11621 (diff) |
e17: bump SRCREV and start adapting it to new-style staging
Diffstat (limited to 'recipes/efl1/evas-native_svn.bb')
-rw-r--r-- | recipes/efl1/evas-native_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |