summaryrefslogtreecommitdiff
path: root/recipes/packagekit/packagekit_0.4.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-04-15 14:59:40 -0700
committerKhem Raj <raj.khem@gmail.com>2009-04-15 14:59:40 -0700
commita91ef39c62f371125a92098d4fbd45056122c384 (patch)
tree2141ea671053b805f80348ce18bba970fca36e1e /recipes/packagekit/packagekit_0.4.6.bb
parent3189734f8d6b1287c757cb9664d7e045ab3c57d7 (diff)
parentabf92f42db81d9049e8e517354e7f3dd5ecb5f77 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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}"