summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit/polkit_0.104.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-06-06 19:34:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-20 12:27:59 +0200
commitda51d044a8d9f9dd5c887dc687498fef7c326fa6 (patch)
treea87b2dc6e5011febaae22da8c63d046a88476f31 /meta-oe/recipes-extended/polkit/polkit_0.104.bb
parent0368f18b3ff032c57f5bfa93cf1ffa398cc5bcc0 (diff)
downloadmeta-openembedded-da51d044a8d9f9dd5c887dc687498fef7c326fa6.tar.gz
polkit: update to 0.111
note: this version's rules are written in jscript. The following tests were performed: * run-tests for gnome- and xfce-based image * update a package that installs a new rule to check if the restricted access rights for /etc/polkit-1/rules.d don't cause trouble Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-extended/polkit/polkit_0.104.bb')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.104.bb43
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bb b/meta-oe/recipes-extended/polkit/polkit_0.104.bb
deleted file mode 100644
index 8a18692fd..000000000
--- a/meta-oe/recipes-extended/polkit/polkit_0.104.bb
+++ /dev/null
@@ -1,43 +0,0 @@
1SUMMARY = "PolicyKit Authorization Framework"
2DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes."
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit"
4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
6 file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4"
7
8DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub"
9
10PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
11 ${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}"
12
13PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
14PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
15# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
16PACKAGECONFIG[consolekit] = ",,,consolekit"
17
18PR = "r12"
19
20PAM_SRC_URI = "file://polkit-1_pam.patch"
21SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \
22 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
23 file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \
24 file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \
25 file://obsolete_automake_macros.patch \
26"
27
28SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1"
29SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9"
30
31EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspection"
32
33inherit autotools gtk-doc pkgconfig
34
35do_install_append() {
36 rm -f ${D}${libdir}/${BPN}-1/extensions/*.a
37}
38
39FILES_${PN} += "${libdir}/${BPN}-1/extensions/*.so \
40 ${datadir}/${BPN}-1/actions/* \
41 ${datadir}/dbus-1/system-services/*"
42FILES_${PN}-dbg += "${libdir}/${BPN}-1/extensions/.debug/*.so"
43FILES_${PN}-dev += "${libdir}/${BPN}-1/extensions/*.la "