summaryrefslogtreecommitdiff
path: root/packages/efl1
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-13 15:08:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-13 15:08:13 +0000
commit3c98f9f394f8fac8ddf18fafc8d5c4ba63ab48ba (patch)
treec81ff1485e717c46acdb39f658c9c8924b44d58c /packages/efl1
parent48af2490ed717ea3f790b4dcda78a8ed3ca96502 (diff)
edbus cvs catch up with upstream source moving, increase package granularity
Diffstat (limited to 'packages/efl1')
-rw-r--r--packages/efl1/edbus_cvs.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/efl1/edbus_cvs.bb b/packages/efl1/edbus_cvs.bb
index db1547c3d4..755efcb9ec 100644
--- a/packages/efl1/edbus_cvs.bb
+++ b/packages/efl1/edbus_cvs.bb
@@ -1,12 +1,18 @@
DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
DEPENDS = "dbus ecore"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
inherit efl_library
-SRC_URI = "${E_CVS};module=e17/proto/e_dbus"
+SRC_URI = "${E_CVS};module=e17/libs/e_dbus"
S = "${WORKDIR}/e_dbus"
# TODO increase package granularity
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal"
+FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
+FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
+FILES_${PN}-enm = "${libdir}/libenm.so.*"
+FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+