edbus_cvs.bb : fixes from OM mtn
authorGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 15:00:13 +0000 (15:00 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 15:00:13 +0000 (15:00 +0000)
packages/efl1/edbus_cvs.bb

index c6ff68b..be9b643 100644 (file)
@@ -2,11 +2,13 @@ DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
 DEPENDS = "dbus ecore efreet ewl"
 LICENSE = "MIT BSD"
 PV = "0.1.0.042+cvs${SRCDATE}"
-PR = "r0"
+PR = "r5"
 
 inherit efl
 
-SRC_URI = "${E_CVS};module=e17/libs/e_dbus"
+SRC_URI = "${E_CVS};module=e17/libs/e_dbus \
+           http://people.openmoko.org/stefan/e_nm-big-hack.patch;patch=1;pnum=1;mindate=20080330 \
+                       "
 S = "${WORKDIR}/e_dbus"
 
 EXTRA_OECONF = "--enable-build-test-gui"