mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -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
|
# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
|
||||||
PACKAGECONFIG[consolekit] = ",,,consolekit"
|
PACKAGECONFIG[consolekit] = ",,,consolekit"
|
||||||
|
|
||||||
PR = "r9"
|
PR = "r12"
|
||||||
|
|
||||||
PAM_SRC_URI = "file://polkit-1_pam.patch"
|
PAM_SRC_URI = "file://polkit-1_pam.patch"
|
||||||
SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \
|
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/*"
|
${datadir}/dbus-1/system-services/*"
|
||||||
FILES_${PN}-dbg += "${libdir}/${BPN}-1/extensions/.debug/*.so"
|
FILES_${PN}-dbg += "${libdir}/${BPN}-1/extensions/.debug/*.so"
|
||||||
FILES_${PN}-dev += "${libdir}/${BPN}-1/extensions/*.la "
|
FILES_${PN}-dev += "${libdir}/${BPN}-1/extensions/*.la "
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
PRINC := "${@int(PRINC) + 2}"
|
|
||||||
|
|
||||||
POLKITAUTH = "systemd"
|
|
||||||
Reference in New Issue
Block a user