mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
policykit: Rename to polkit to match upstream and upgrade
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
9
meta/packages/polkit/polkit_0.96.bb
Normal file
9
meta/packages/polkit/polkit_0.96.bb
Normal 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
|
||||
Reference in New Issue
Block a user