polkit: move systemd support from meta-systemd back to meta-oe

* POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-04-13 14:57:40 +02:00
parent ae3415b289
commit 54bcafbd5f
2 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@ PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
PACKAGECONFIG[consolekit] = ",,,consolekit"
PR = "r9"
PR = "r12"
PAM_SRC_URI = "file://polkit-1_pam.patch"
SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \
@ -41,4 +41,3 @@ FILES_${PN} += "${libdir}/${BPN}-1/extensions/*.so \
${datadir}/dbus-1/system-services/*"
FILES_${PN}-dbg += "${libdir}/${BPN}-1/extensions/.debug/*.so"
FILES_${PN}-dev += "${libdir}/${BPN}-1/extensions/*.la "

View File

@ -1,3 +0,0 @@
PRINC := "${@int(PRINC) + 2}"
POLKITAUTH = "systemd"