mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
ae3415b289
commit
54bcafbd5f
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
POLKITAUTH = "systemd"
|
||||
Loading…
Reference in New Issue
Block a user