[oe-commits] Koen Kooi : packagekit: fix RDEPENDS

GIT User account git at amethyst.openembedded.net
Wed Apr 15 10:21:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b164e7cc712e1f26d60846f89306b4c852ebf0d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b164e7cc712e1f26d60846f89306b4c852ebf0d

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 15 12:16:29 2009 +0200

packagekit: fix RDEPENDS

---

 recipes/packagekit/packagekit_0.4.6.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/packagekit/packagekit_0.4.6.bb b/recipes/packagekit/packagekit_0.4.6.bb
index b5ad645..51b2870 100644
--- a/recipes/packagekit/packagekit_0.4.6.bb
+++ b/recipes/packagekit/packagekit_0.4.6.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "gtk+ python cppunit policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
-RDEPENDS_${PN} = "opkg"
+RDEPENDS_${PN} = "${IPKG_VARIANT}"
 
 inherit gnome autotools_stage
 
@@ -12,6 +12,7 @@ SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \
            file://opkg-fix-includes.diff;patch=1 \
            file://opkg-fix-declarations.diff;patch=1 "
 
+PR = "r1"
 PE = "1"
 
 S = "${WORKDIR}/PackageKit-${PV}"





More information about the Openembedded-commits mailing list