diff --git a/meta-gnome/recipes-freedesktop/polkit/polkit_0.113.bb b/meta-gnome/recipes-freedesktop/polkit/polkit_0.113.bb index c6ead7e..ee29ef8 100644 --- a/meta-gnome/recipes-freedesktop/polkit/polkit_0.113.bb +++ b/meta-gnome/recipes-freedesktop/polkit/polkit_0.113.bb @@ -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*"