edbus cvs catch up with upstream source moving, increase package granularity
authorMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jan 2008 15:08:13 +0000 (15:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jan 2008 15:08:13 +0000 (15:08 +0000)
packages/efl1/edbus_cvs.bb

index db1547c..755efcb 100644 (file)
@@ -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.*"
+