accelges: don't put libraries to RDEPENDS
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 30 Oct 2010 23:15:49 +0000 (01:15 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sat, 30 Oct 2010 23:20:59 +0000 (01:20 +0200)
* they are automatically added by .so providers
* in this case libcurl was pulling curl-nativesdk to DEPENDS which is really wrong

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/accelges/accelges_svn.bb

index 21efa56..db6a6ee 100644 (file)
@@ -5,12 +5,12 @@ LICENSE = "GPL"
 SECTION = "openmoko/utilities"
 
 PV = "0.2+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
 PE = "1"
 SRCREV = "206"
 
 DEPENDS = "dbus dbus-glib libxrandr libnotify notification-daemon curl gtk+"
-RDEPENDS_${PN} = "dbus dbus-glib libxrandr libnotify notification-daemon libcurl gtk+"
+RDEPENDS_${PN} = "notification-daemon"
 
 SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
 S = "${WORKDIR}/trunk"