policykit: Rename to polkit to match upstream and upgrade

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-29 15:20:02 +00:00
parent ecc9880c9d
commit c18b2b599b
3 changed files with 13 additions and 18 deletions

View File

@ -1,13 +0,0 @@
HOMEPAGE = "http://www.packagekit.org/"
PR = "r4"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
DEPENDS = "pam expat dbus-glib"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
S = "${WORKDIR}/PolicyKit-${PV}"
inherit autotools_stage pkgconfig

View File

@ -1,15 +1,14 @@
HOMEPAGE = "http://www.packagekit.org/"
DEPENDS = "policykit dbus-glib gconf gtk+"
DEPENDS = "polkit dbus-glib gconf gtk+"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-gnome-${PV}.tar.bz2 \
SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
"
EXTRA_OECONF = " --disable-scrollkeeper \
--disable-man-pages \
--disable-examples \
--disable-gtk-doc"
S = "${WORKDIR}/PolicyKit-gnome-${PV}"
--disable-gtk-doc \
--disable-introspection "
inherit autotools_stage pkgconfig

View File

@ -0,0 +1,9 @@
HOMEPAGE = "http://www.packagekit.org/"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
DEPENDS = "pam expat dbus-glib eggdbus"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
inherit autotools_stage pkgconfig