From 8b6d701aa812536dc5d4350d8a7646f54942ebac Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 28 Jul 2015 03:00:37 -0700 Subject: meta: git://github.com -> ${GITHUB_GIT} It allows for people to add local mirrors for example and even remap fetching without touching the recipes. Signed-off-by: Robert Yang --- meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb') 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..8b4e1b6cbb 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 @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" # The sysroot branch is 1.3.59 + some git commits from master + --sysroot # support for alternatives. -SRC_URI = "git://github.com/kergoth/chkconfig;branch=sysroot" +SRC_URI = "${GITHUB_GIT}/kergoth/chkconfig;branch=sysroot" S = "${WORKDIR}/git" SRCREV = "cd437ecbd8986c894442f8fce1e0061e20f04dee" -- cgit 1.2.3-korg