needed to pin a commit more recent than 113 release

This commit is contained in:
Bruce Leidl 2018-03-24 14:26:14 -04:00
parent d00180575f
commit 2a517577a8

View File

@ -20,12 +20,12 @@ PACKAGECONFIG[systemd] = "--enable-libsystemd-login=yes --with-systemdsystemunit
#PACKAGECONFIG[consolekit] = ",,,consolekit"
PAM_SRC_URI = "file://polkit-1_pam.patch"
SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \
file://0001-make-netgroup-support-configurable.patch \
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
"
SRC_URI[md5sum] = "4b77776c9e4f897dcfe03b2c34198edf"
SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81"
SRC_URI = "git://anongit.freedesktop.org/git/polkit.git;protocol=https \
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
SRCREV="32e9a69c335324a53a2c0ba4e0b513fb044be0fd"
#SRCREV="29ba7afba1b79a325183a71966f35926dfdf506e"
S = "${WORKDIR}/git"
EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages"
@ -44,6 +44,7 @@ FILES_${PN}_append = " \
${nonarch_libdir}/${BPN}-1 \
${datadir}/dbus-1 \
${datadir}/${BPN}-1 \
${datadir}/gettext \
"
FILES_${PN}-examples = "${bindir}/*example*"