summaryrefslogtreecommitdiffstats
path: root/recipes/packagekit/packagekit_0.4.6.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-15 12:16:29 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-15 12:16:29 +0200
commit3b164e7cc712e1f26d60846f89306b4c852ebf0d (patch)
tree8a246d1a983a13a006fcbba249cd5005af6ccd24 /recipes/packagekit/packagekit_0.4.6.bb
parent878f0abaac0049e6d48733842efe8e790f97d3d1 (diff)
downloadopenembedded-3b164e7cc712e1f26d60846f89306b4c852ebf0d.tar.gz
packagekit: fix RDEPENDS
Diffstat (limited to 'recipes/packagekit/packagekit_0.4.6.bb')
-rw-r--r--recipes/packagekit/packagekit_0.4.6.bb3
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 b5ad645c90..51b2870537 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}"