aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-31 01:15:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-31 01:20:59 +0200
commitef297b9febd05766242d0b6cb5dae14024456d41 (patch)
treee4e7604dc52bee9b3a2ded543bdd36acf54a537f
parent279419af0eb979e0269723bedec9d85d7bc4feab (diff)
downloadopenembedded-ef297b9febd05766242d0b6cb5dae14024456d41.tar.gz
accelges: don't put libraries to RDEPENDS
* 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>
-rw-r--r--recipes/accelges/accelges_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
index 21efa56d46..db6a6eebe0 100644
--- a/recipes/accelges/accelges_svn.bb
+++ b/recipes/accelges/accelges_svn.bb
@@ -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"