mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
polkit: remove dbus-glib and eggdbus dependencies, polkit uses gio for DBus
(From OE-Core rev: 466e108fcefe0d8d3aab2d7a4cee328d85eb1128) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d7f1f1e7e9
commit
6185b8ac6c
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
|
|||||||
file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \
|
file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \
|
||||||
file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
|
file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
|
||||||
|
|
||||||
DEPENDS = "expat dbus-glib eggdbus intltool-native"
|
DEPENDS = "expat glib-2.0 intltool-native"
|
||||||
|
|
||||||
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
||||||
PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
|
PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
|
||||||
|
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
PAM_SRC_URI = "file://polkit-1_pam.patch"
|
PAM_SRC_URI = "file://polkit-1_pam.patch"
|
||||||
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
|
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user