packagekit: Make sure connman is used, not network manager

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-10-09 17:08:44 +01:00
parent 9c00056521
commit 2ddd5a8c59
2 changed files with 22 additions and 3 deletions

View File

@@ -2,14 +2,15 @@ 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 intltool intltool-native (>= 0.37.1)"
DEPENDS = "gtk+ python policykit dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1) connman"
RDEPENDS_${PN} = "opkg"
inherit gnome autotools_stage
SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \
file://no_validate.patch;patch=1"
PR = "r2"
file://no_validate.patch;patch=1 \
file://no-nm.patch;patch=1"
PR = "r3"
PE = "1"
S = "${WORKDIR}/PackageKit-${PV}"