[oe-commits] org.oe.dev edbus cvs build e_dbus_hal GUI test client and fix packaging (by Aloisio Almeida)

mickeyl commit oe at amethyst.openembedded.net
Fri Mar 21 17:05:03 UTC 2008


edbus cvs build e_dbus_hal GUI test client and fix packaging (by Aloisio Almeida)

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

#
# mt diff -re3210ba567b6bd8394d2fb6abb17d182eeb474b1 -r1d0219be5723da344fcdd44b2a873a26da65a1fa
#
#
#
# patch "packages/efl1/edbus_cvs.bb"
#  from [3c44c1091be07a94b0aeebd75bf2d9693bdb0298]
#    to [ac1cf9bfc62d113063302423acccc78cf5ddf1f9]
#
============================================================
--- packages/efl1/edbus_cvs.bb	3c44c1091be07a94b0aeebd75bf2d9693bdb0298
+++ packages/efl1/edbus_cvs.bb	ac1cf9bfc62d113063302423acccc78cf5ddf1f9
@@ -1,16 +1,19 @@ DESCRIPTION = "DBus and HAL convenience 
 DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
-DEPENDS = "dbus ecore"
+DEPENDS = "dbus ecore efreet ewl"
 LICENSE = "MIT BSD"
 PV = "0.1.0.042+cvs${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 inherit efl_library
 
 SRC_URI = "${E_CVS};module=e17/libs/e_dbus"
 S = "${WORKDIR}/e_dbus"
 
-PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal"
+EXTRA_OECONF = "--enable-build-test-gui"
+
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-test-gui"
 FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
 FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
 FILES_${PN}-enm = "${libdir}/libenm.so.*"
 FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"






More information about the Openembedded-commits mailing list