mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
sato: move policykit from meta-moblin to met
policykit recipe is required to build a sato image, and it was moved in the meta-moblin collection by mistake, and sato build was broken. policykit is a dependency of networkmanager. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
96ece54fa3
commit
6d80967bcf
@@ -0,0 +1,19 @@
|
||||
HOMEPAGE = "http://www.packagekit.org/"
|
||||
DEPENDS = "policykit dbus-glib gconf gtk+"
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-gnome-${PV}.tar.bz2 \
|
||||
"
|
||||
|
||||
EXTRA_OECONF = " --disable-scrollkeeper \
|
||||
--disable-man-pages \
|
||||
--disable-examples \
|
||||
--disable-gtk-doc"
|
||||
|
||||
S = "${WORKDIR}/PolicyKit-gnome-${PV}"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
FILES_${PN} += " ${datadir}/dbus-1 \
|
||||
${datadir}/PolicyKit \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user