[oe-commits] Angus Ainslie : epsilon emotion : more SONAME changes

GIT User account git at amethyst.openembedded.net
Sun Apr 26 06:18:26 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: d7f7083c961b1081ea8adca2c38affe4cbc8d2ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7f7083c961b1081ea8adca2c38affe4cbc8d2ea

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sat Apr 25 23:37:56 2009 -0600

epsilon emotion : more SONAME changes

---

 recipes/efl1/emotion_svn.bb |    4 +++-
 recipes/efl1/epsilon_svn.bb |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 858ab7e..6f50243 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 351979e..ba81e65 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"





More information about the Openembedded-commits mailing list