summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
index 2f1f6c0264..788a37b6ed 100644
--- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
@@ -18,14 +18,13 @@ PR = "r7"
18 18
19S = "${WORKDIR}/${BPN}-${BPN}-${PV}" 19S = "${WORKDIR}/${BPN}-${BPN}-${PV}"
20 20
21UPSTREAM_CHECK_URI = "https://github.com/fedora-sysv/${BPN}/releases" 21SRC_URI = "git://github.com/fedora-sysv/chkconfig.git \
22
23SRC_URI = "https://github.com/fedora-sysv/chkconfig/archive/chkconfig-${PV}.tar.gz \
24 file://replace_caddr_t.patch \ 22 file://replace_caddr_t.patch \
25 " 23 "
26 24
27SRC_URI[md5sum] = "3f51ac38a234be5278b3a2d9705eda5e" 25SRCREV = "3e0b3909ff6328d232b27b9c32f1a9309c6cd0a4"
28SRC_URI[sha256sum] = "bf1e81f0d7cc999b536c9fe7877abf584a4082fd03c9d2597b6f090966579b40" 26
27S = "${WORKDIR}/git"
29 28
30inherit gettext 29inherit gettext
31 30