diff options
Diffstat (limited to 'meta/recipes-extended/chkconfig')
-rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb index e8390264ce..2f1f6c0264 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | |||
@@ -6,7 +6,7 @@ of the drudgery of manually editing the symbolic links." | |||
6 | 6 | ||
7 | RECIPE_NO_UPDATE_REASON = "Version 1.5 requires selinux" | 7 | RECIPE_NO_UPDATE_REASON = "Version 1.5 requires selinux" |
8 | 8 | ||
9 | HOMEPAGE = "http://fedorahosted.org/releases/c/h/chkconfig" | 9 | HOMEPAGE = "https://github.com/fedora-sysv" |
10 | 10 | ||
11 | LICENSE = "GPLv2" | 11 | LICENSE = "GPLv2" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" |
@@ -16,12 +16,16 @@ PROVIDES += "virtual/update-alternatives" | |||
16 | 16 | ||
17 | PR = "r7" | 17 | PR = "r7" |
18 | 18 | ||
19 | SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2 \ | 19 | S = "${WORKDIR}/${BPN}-${BPN}-${PV}" |
20 | |||
21 | UPSTREAM_CHECK_URI = "https://github.com/fedora-sysv/${BPN}/releases" | ||
22 | |||
23 | SRC_URI = "https://github.com/fedora-sysv/chkconfig/archive/chkconfig-${PV}.tar.gz \ | ||
20 | file://replace_caddr_t.patch \ | 24 | file://replace_caddr_t.patch \ |
21 | " | 25 | " |
22 | 26 | ||
23 | SRC_URI[md5sum] = "c2039ca67f2749fe0c06ef7c6f8ee246" | 27 | SRC_URI[md5sum] = "3f51ac38a234be5278b3a2d9705eda5e" |
24 | SRC_URI[sha256sum] = "18b497d25b2cada955c72810e45fcad8280d105f17cf45e2970f18271211de68" | 28 | SRC_URI[sha256sum] = "bf1e81f0d7cc999b536c9fe7877abf584a4082fd03c9d2597b6f090966579b40" |
25 | 29 | ||
26 | inherit gettext | 30 | inherit gettext |
27 | 31 | ||