[oe-commits] org.oe.dev edbus cvs catch up with upstream source moving, increase package granularity

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Jan 13 16:05:17 UTC 2008


edbus cvs catch up with upstream source moving, increase package granularity

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 63ae1f4871d08ab075d9598c3c3894b966532720
ViewMTN: http://monotone.openembedded.org/revision/info/63ae1f4871d08ab075d9598c3c3894b966532720
Files:
1
packages/efl1/edbus_cvs.bb
Diffs:

#
# mt diff -red94d35280e9dbc28ff90a5b175dc47c752bf347 -r63ae1f4871d08ab075d9598c3c3894b966532720
#
# 
# 
# patch "packages/efl1/edbus_cvs.bb"
#  from [1826c7cb68c61f853f9e04fb53e1b03a022c7894]
#    to [c1a0f93864dece01ef62aab214eb056162154ffa]
# 
============================================================
--- packages/efl1/edbus_cvs.bb	1826c7cb68c61f853f9e04fb53e1b03a022c7894
+++ packages/efl1/edbus_cvs.bb	c1a0f93864dece01ef62aab214eb056162154ffa
@@ -1,12 +1,18 @@ LICENSE = "MIT"
 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.*"
+






More information about the Openembedded-commits mailing list