diff options
Diffstat (limited to 'recipes/packagekit')
-rw-r--r-- | 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 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}" |