summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb1
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.bb3
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
index 7fd34aa05f..c0f7f1674f 100644
--- a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10# support for alternatives. 10# support for alternatives.
11SRC_URI = "git://github.com/kergoth/chkconfig;branch=sysroot" 11SRC_URI = "git://github.com/kergoth/chkconfig;branch=sysroot"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13UPSTREAM_CHECK_GITTAGREGEX = "chkconfig-(?P<pver>(\d+(\.\d+)+))"
13 14
14SRCREV = "cd437ecbd8986c894442f8fce1e0061e20f04dee" 15SRCREV = "cd437ecbd8986c894442f8fce1e0061e20f04dee"
15PV = "1.3.59+${SRCPV}" 16PV = "1.3.59+${SRCPV}"
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 9af45a51f1..652fe91de9 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
9DEPENDS = "" 9DEPENDS = ""
10PR = "r2" 10PR = "r2"
11 11
12# Blacklist a bogus tag in upstream check
13UPSTREAM_CHECK_GITTAGREGEX = "xinetd-(?P<pver>(?!20030122).+)"
14
12SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \ 15SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
13 file://xinetd.init \ 16 file://xinetd.init \
14 file://xinetd.conf \ 17 file://xinetd.conf \