aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/packagekit/packagekit_0.5.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-09 23:57:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-09 23:58:11 +0200
commit99a53db6dbc3e00c6a245aac5f30ec412f39c733 (patch)
tree5375a8a74c546477d516fddc7bad7fe0af244be3 /recipes/packagekit/packagekit_0.5.2.bb
parent329efcdc7406ec1acafcbce281c926db0bf626cb (diff)
downloadopenembedded-99a53db6dbc3e00c6a245aac5f30ec412f39c733.tar.gz
packagekit: respect IPKG_VARIANT in all versions
Diffstat (limited to 'recipes/packagekit/packagekit_0.5.2.bb')
-rw-r--r--recipes/packagekit/packagekit_0.5.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/packagekit/packagekit_0.5.2.bb b/recipes/packagekit/packagekit_0.5.2.bb
index 5cc4d9ecb8..5695905d7d 100644
--- a/recipes/packagekit/packagekit_0.5.2.bb
+++ b/recipes/packagekit/packagekit_0.5.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = "gtk+ python cppunit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
+DEPENDS = "gtk+ python cppunit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 ${IPKG_VARIANT} intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "${IPKG_VARIANT}"
inherit gnome autotools_stage
@@ -10,7 +10,7 @@ inherit gnome autotools_stage
SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \
"
-PR = "r0"
+PR = "r1"
PE = "2"
S = "${WORKDIR}/PackageKit-${PV}"