summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index cc189649b2..ccae09183c 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \
9DEPENDS_class-native = "" 9DEPENDS_class-native = ""
10DEPENDS_class-nativesdk = "" 10DEPENDS_class-nativesdk = ""
11 11
12SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.xz \ 12UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases"
13
14SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.xz \
13 file://shadow-4.1.3-dots-in-usernames.patch \ 15 file://shadow-4.1.3-dots-in-usernames.patch \
14 file://usermod-fix-compilation-failure-with-subids-disabled.patch \ 16 file://usermod-fix-compilation-failure-with-subids-disabled.patch \
15 file://fix-installation-failure-with-subids-disabled.patch \ 17 file://fix-installation-failure-with-subids-disabled.patch \