diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-03-24 07:59:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-26 13:37:56 +0200 |
commit | 7f5b07f69ac25a58fd9c9141249703d5374cf7cf (patch) | |
tree | 4e2a66b00e5390b0a1da747a9854096e1a5aa063 /meta-efl/recipes-efl | |
parent | 6acf438b92fed6ef57065eb88f4e9a4867b99761 (diff) | |
download | meta-openembedded-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/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/emotion_svn.bb | 4 |
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 25882564e..f9ae8f6a1 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" | |||
4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising |
5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" | 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" |
6 | PV = "0.2.0+svnr${SRCPV}" | 6 | PV = "0.2.0+svnr${SRCPV}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
9 | 9 | ||
10 | inherit efl | 10 | inherit efl |
@@ -16,3 +16,5 @@ EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDI | |||
16 | PACKAGES =+ "emotion-backend-gstreamer" | 16 | PACKAGES =+ "emotion-backend-gstreamer" |
17 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" | 17 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" |
18 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" | 18 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" |
19 | # upgrade path from libemotion0 to libemotion1 | ||
20 | RREPLACES_${PN} = "libemotion0" | ||