summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/embryo_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-31 18:32:01 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-31 18:32:01 +0200
commitc1cf6902c04f40bf79b796815436877205387e05 (patch)
tree21f8e70928f9d1c4cff53d7b86d5555c242ee76c /recipes/efl1/embryo_svn.bb
parentee1df327f904325add1522ea51c97885ce59b913 (diff)
downloadopenembedded-c1cf6902c04f40bf79b796815436877205387e05.tar.gz
enlightenment: bump SRCREV, fix upgrade paths
Diffstat (limited to 'recipes/efl1/embryo_svn.bb')
-rw-r--r--recipes/efl1/embryo_svn.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/efl1/embryo_svn.bb b/recipes/efl1/embryo_svn.bb
index aeceb5abe4..222d85a7cb 100644
--- a/recipes/efl1/embryo_svn.bb
+++ b/recipes/efl1/embryo_svn.bb
@@ -1,9 +1,14 @@
DESCRIPTION = "The Enlightenment C-like scripting language for Edje"
LICENSE = "MIT BSD"
PV = "0.9.9.060+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
inherit efl
-# HACK alert: When compiling for VFP embryo emits bugs -- maybe gcc bug
-#FULL_OPTIMIZATION_arm =+ "-O0"
+# Some upgrade path tweaking
+AUTO_LIBNAME_PKGS = ""
+
+RREPLACES_${PN} = "libembryo-ver-pre-svn-00-0 libembryo-ver-pre-svn-01-0"
+
+RREPLACES_${PN}-tests = "libembryo-ver-pre-svn-00-tests libembryo-ver-pre-svn-01-tests"
+