[oe-commits] Martin Jansa : accelges: don't put libraries to RDEPENDS

git version control git at git.openembedded.org
Sat Oct 30 23:25:42 UTC 2010


Module: openembedded.git
Branch: master
Commit: ef297b9febd05766242d0b6cb5dae14024456d41
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef297b9febd05766242d0b6cb5dae14024456d41

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 31 01:15:49 2010 +0200

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 at gmail.com>

---

 recipes/accelges/accelges_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
index 21efa56..db6a6ee 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"





More information about the Openembedded-commits mailing list