diff options
Diffstat (limited to 'recipes/packagekit')
-rw-r--r-- | recipes/packagekit/packagekit_0.5.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/packagekit/packagekit_0.5.6.bb b/recipes/packagekit/packagekit_0.5.6.bb index e5b8850090..aeca7a316d 100644 --- a/recipes/packagekit/packagekit_0.5.6.bb +++ b/recipes/packagekit/packagekit_0.5.6.bb @@ -2,8 +2,8 @@ DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "gtk+ python policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg-nogpg-nocurl intltool intltool-native (>= 0.37.1)" -RDEPENDS_${PN} = "opkg" +DEPENDS = "gtk+ python policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 ${IPKG_VARIANT} intltool intltool-native (>= 0.37.1)" +RDEPENDS_${PN} = "${IPKG_VARIANT}" inherit gnome |