From 619e1df31d246f4779c1ef834dddd81e9242555c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 Mar 2013 09:26:38 +0000 Subject: polkit: remove Previous commits have meant that PolicyKit isn't used by default anymore, so remove this now that it's been integrated into meta-gnome. Rationales for this move inludes that PolicyKit isn't "core" for embedded systems, and future versions require the SpiderMonkey JavaScript runtime. (From OE-Core rev: 8c9fad86d8bd86f13d61a1a5cd65d12b16a9e0de) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/polkit/polkit_0.104.bb | 45 ---------------------------- 1 file changed, 45 deletions(-) delete mode 100644 meta/recipes-extended/polkit/polkit_0.104.bb (limited to 'meta/recipes-extended/polkit/polkit_0.104.bb') diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb deleted file mode 100644 index 342fbe1c52..0000000000 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ /dev/null @@ -1,45 +0,0 @@ -SUMMARY = "PolicyKit Authorization Framework" -DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ - file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4" - -DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub" - -PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ - ${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}" - -PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" -PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" -# There is no --enable/--disable option for consolekit, so disable systemd to -# force it. ConsoleKit is accessed via DBus, so add it to RDEPENDS. -PACKAGECONFIG[consolekit] = "--disable-systemd,,,consolekit" - -PR = "r9" - -PAM_SRC_URI = "file://polkit-1_pam.patch" -SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ - ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ - file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ - file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ - file://obsolete_automake_macros.patch \ - " - -SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" -SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9" - -EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspection" - -inherit autotools gtk-doc pkgconfig - -do_install_append() { - rm -f ${D}${libdir}/${BPN}-1/extensions/*.a -} - -FILES_${PN} += "${libdir}/${BPN}-1/extensions/*.so \ - ${datadir}/${BPN}-1/actions/* \ - ${datadir}/dbus-1/system-services/*" -FILES_${PN}-dbg += "${libdir}/${BPN}-1/extensions/.debug/*.so" -FILES_${PN}-dev += "${libdir}/${BPN}-1/extensions/*.la " - -- cgit v1.2.3-54-g00ecf