[oe-commits] Angus Ainslie : etk: more SONAME changes

GIT User account git at amethyst.openembedded.net
Sat Apr 25 19:48:45 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sat Apr 25 13:44:30 2009 -0600

etk: more SONAME changes

---

 recipes/efl1/etk_svn.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/etk_svn.bb b/recipes/efl1/etk_svn.bb
index 5b223c2..e9e862a 100644
--- a/recipes/efl1/etk_svn.bb
+++ b/recipes/efl1/etk_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Etk is an advanced widget toolkit based on the Enlightenment Foun
 DEPENDS = "evas ecore edje"
 LICENSE = "MIT"
 PV = "0.1.0.042+svnr${SRCREV}"
-PR = "r7"
+PR = "r8"
 
 inherit efl
 
@@ -16,6 +16,13 @@ RRECOMMENDS_${PN} = "\
   etk-engines-software-x11-16 \
 "
 
+DEBIAN_NOAUTONAME_${PN}-engines-evas = "1"
+DEBIAN_NOAUTONAME_${PN}-engines-fb = "1"
+DEBIAN_NOAUTONAME_${PN}-engines-x11 = "1"
+DEBIAN_NOAUTONAME_${PN}-engines-gl-x11 = "1"
+DEBIAN_NOAUTONAME_${PN}-engines-software-x11 = "1"
+DEBIAN_NOAUTONAME_${PN}-engines-software-x11-16 = "1"
+
 do_compile_prepend() {
 	touch ${S}/po/etk.pot
 	cp ${WORKDIR}/mkinstalldirs ${S}





More information about the Openembedded-commits mailing list