aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-04-24 22:41:46 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-04-24 22:41:46 -0600
commit92bb1ef81548458070d3fb81d4508142bebad093 (patch)
treeab6fefe70ded3a8f5500d9f4caecdef8066d5209 /recipes/efl1
parent11ea3d17809ac62c2bfe9756d41a15a51b966751 (diff)
downloadopenembedded-92bb1ef81548458070d3fb81d4508142bebad093.tar.gz
efl.bbclass : more SONAME catchup
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/edbus_svn.bb6
-rw-r--r--recipes/efl1/efreet_svn.bb3
-rw-r--r--recipes/efl1/ewl_svn.bb3
3 files changed, 12 insertions, 0 deletions
diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
index de11f2de12..3a0cad026d 100644
--- a/recipes/efl1/edbus_svn.bb
+++ b/recipes/efl1/edbus_svn.bb
@@ -11,6 +11,12 @@ S = "${WORKDIR}/e_dbus"
EXTRA_OECONF = "--enable-build-test-gui"
+DEBIAN_NOAUTONAME_${PN}-enotify = "1"
+DEBIAN_NOAUTONAME_${PN}-edbus = "1"
+DEBIAN_NOAUTONAME_${PN}-enm = "1"
+DEBIAN_NOAUTONAME_${PN}-ehal = "1"
+DEBIAN_NOAUTONAME_${PN}-test-gui = "1"
+
PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-test-gui"
FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
diff --git a/recipes/efl1/efreet_svn.bb b/recipes/efl1/efreet_svn.bb
index a280714b58..eaf9355f6a 100644
--- a/recipes/efl1/efreet_svn.bb
+++ b/recipes/efl1/efreet_svn.bb
@@ -6,6 +6,9 @@ PR = "r2"
inherit efl
+DEBIAN_NOAUTONAME_${PN}-mime = "1"
+DEBIAN_NOAUTONAME_${PN}-trash = "1"
+
PACKAGES =+ "${PN}-mime ${PN}-trash"
FILES_${PN}-mime = "${libdir}/libefreet_mime.so.*"
FILES_${PN}-trash = "${libdir}/libefreet_trash.so.*"
diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb
index 67faa9cc5b..6642658ca8 100644
--- a/recipes/efl1/ewl_svn.bb
+++ b/recipes/efl1/ewl_svn.bb
@@ -18,6 +18,9 @@ EXTRA_OECONF = "\
--disable-opengl-glew \
"
+DEBIAN_NOAUTONAME_${PN}-plugins = "1"
+DEBIAN_NOAUTONAME_${PN}-engines = "1"
+
# TODO package engines more granular
PACKAGES += "${PN}-plugins ${PN}-engines"