aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-03-24 07:59:30 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-26 13:37:56 +0200
commit7f5b07f69ac25a58fd9c9141249703d5374cf7cf (patch)
tree4e2a66b00e5390b0a1da747a9854096e1a5aa063 /meta-efl
parent6acf438b92fed6ef57065eb88f4e9a4867b99761 (diff)
downloadmeta-openembedded-contrib-7f5b07f69ac25a58fd9c9141249703d5374cf7cf.tar.gz
emotion: fix upgrade path from libemotion0 to libemotion1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/emotion_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb
index 25882564e2..f9ae8f6a10 100644
--- a/meta-efl/recipes-efl/efl/emotion_svn.bb
+++ b/meta-efl/recipes-efl/efl/emotion_svn.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd"
# we no longer build the libxine backend, since the gstreamer backend seems more promising
DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base"
PV = "0.2.0+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRCREV = "${EFL_SRCREV}"
inherit efl
@@ -16,3 +16,5 @@ EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDI
PACKAGES =+ "emotion-backend-gstreamer"
FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
+# upgrade path from libemotion0 to libemotion1
+RREPLACES_${PN} = "libemotion0"