aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 14:07:45 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:12:24 +0200
commit95b93b09bb854ad019dbcaacb3df414e553a8b18 (patch)
treecd3cd76412accb07c823ffa57fd8bafcdf5274e5 /recipes/efl1
parentb4388063103b39c965ea3feea993625688d48431 (diff)
downloadopenembedded-95b93b09bb854ad019dbcaacb3df414e553a8b18.tar.gz
edbus: improve packaging
* add e-notify-send to PN-enotify * package each lib separate as used for hal/dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/edbus_svn.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
index 1ef1f16c6a..960c310923 100644
--- a/recipes/efl1/edbus_svn.bb
+++ b/recipes/efl1/edbus_svn.bb
@@ -12,9 +12,15 @@ S = "${WORKDIR}/e_dbus"
EXTRA_OECONF = "--enable-build-test-gui"
-PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-test-gui"
-FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui"
+FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
FILES_${PN}-enm = "${libdir}/libenm.so.*"
FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+FILES_${PN}-econnman = "${libdir}/libeconnman.so.*"
+FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
+FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
+FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"
+
+RREPLACES_${PN}-enotify = "libenotify1"