diff options
| -rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_124.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_124.bb b/meta-oe/recipes-extended/polkit/polkit_124.bb index 9e2eb05c62..a597b40ee3 100644 --- a/meta-oe/recipes-extended/polkit/polkit_124.bb +++ b/meta-oe/recipes-extended/polkit/polkit_124.bb | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | SUMMARY = "PolicyKit Authorization Framework" | 1 | SUMMARY = "Polkit Authorization Framework" |
| 2 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." | 2 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." |
| 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/polkit" |
| 4 | LICENSE = "LGPL-2.0-or-later" | 4 | LICENSE = "LGPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb" |
| 6 | BUGTRACKER = "https://github.com/polkit-org/polkit/issues" | ||
| 6 | 7 | ||
| 7 | SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/polkit-org/polkit.git;protocol=https;branch=main" |
| 8 | 9 | ||
| 9 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 10 | SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a" | 11 | SRCREV = "82f0924dc0eb23b9df68e88dbaf9e07c81940a5a" |
