aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-04-25 23:37:56 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-04-26 00:13:57 -0600
commitd7f7083c961b1081ea8adca2c38affe4cbc8d2ea (patch)
tree636ab0fdbbc546d1a3610cca6fbb6a6b86865f9d /recipes/efl1
parenta4a62c446ef092c427ac1d1c3575782dbd93cde7 (diff)
downloadopenembedded-d7f7083c961b1081ea8adca2c38affe4cbc8d2ea.tar.gz
epsilon emotion : more SONAME changes
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/emotion_svn.bb4
-rw-r--r--recipes/efl1/epsilon_svn.bb4
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 858ab7e4b0..6f50243bd3 100644
--- a/recipes/efl1/emotion_svn.bb
+++ b/recipes/efl1/emotion_svn.bb
@@ -3,12 +3,14 @@ LICENSE = "MIT BSD"
# we no longer build the libxine backend, since the gstreamer backend seems more promising
DEPENDS = "eet evas ecore edje gstreamer gst-plugins-base"
PV = "0.1.0.042+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
inherit efl
EXTRA_OECONF = "--disable-xine --enable-gstreamer"
+DEBIAN_NOAUTONAME_${PN}-backend-gstreamer = "1"
+
PACKAGES =+ "emotion-backend-gstreamer"
FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
diff --git a/recipes/efl1/epsilon_svn.bb b/recipes/efl1/epsilon_svn.bb
index 351979e03e..ba81e65479 100644
--- a/recipes/efl1/epsilon_svn.bb
+++ b/recipes/efl1/epsilon_svn.bb
@@ -4,13 +4,15 @@ LICENSE = "MIT BSD"
# can also depend on xine for movie thumbnails
DEPENDS = "libpng evas ecore edje perl-native"
PV = "0.3.0.012+svnr${SRCREV}"
-PR = "r5"
+PR = "r6"
inherit efl
# a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well
EXTRA_OECONF = "--disable-xine"
+DEBIAN_NOAUTONAME_${PN}-thumbd = "1"
+
# package the thumb daemon seperately
PACKAGES =+ "${PN}-thumbd"
FILES_${PN}-thumbd = "${bindir}/epsilon ${bindir}/epsilon_thumbd"