]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta: git://github.com -> ${GITHUB_GIT} rbt/github
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 28 Jul 2015 10:00:37 +0000 (03:00 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 30 Jul 2015 01:50:05 +0000 (18:50 -0700)
It allows for people to add local mirrors for example and even remap
fetching without touching the recipes.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
16 files changed:
meta/recipes-connectivity/connman/connman-gnome_0.7.bb
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
meta/recipes-devtools/bootchart2/bootchart2_git.bb
meta/recipes-devtools/build-compare/build-compare_git.bb
meta/recipes-devtools/remake/remake.inc
meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
meta/recipes-extended/ltp/ltp_20150420.bb
meta/recipes-extended/xinetd/xinetd_2.3.15.bb
meta/recipes-graphics/eglinfo/eglinfo.inc
meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
meta/recipes-multimedia/gstreamer/gst-player_git.bb
meta/recipes-multimedia/libav/libpostproc_git.bb
meta/recipes-support/lz4/lz4.bb

index f5575d29388cb07eecc1e1e14011d794be5bcf44..5a0e37a22700245503e0b7f41198cc5c6957bde6 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS = "gtk+ dbus-glib intltool-native"
 
 # 0.7 tag
 SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
-SRC_URI = "git://github.com/connectivity/connman-gnome.git \
+SRC_URI = "${GITHUB_GIT}/connectivity/connman-gnome.git \
            file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
            file://null_check_for_ipv4_config.patch \
            file://images/* \
index c15cb78033779b3f1bbeeb21d66543ae63e65806..b5a1727ce20e4a36f3afe52788085b14009a70c1 100644 (file)
@@ -10,7 +10,7 @@ PR = "r5"
 # Revision corresponding to tag update-rc.d_0.7
 SRCREV = "eca680ddf28d024954895f59a241a622dd575c11"
 
-SRC_URI = "git://github.com/philb/update-rc.d.git \
+SRC_URI = "${GITHUB_GIT}/philb/update-rc.d.git \
            file://add-verbose.patch \
            file://check-if-symlinks-are-valid.patch \
            file://fix-to-handle-priority-numbers-correctly.patch \
index ea9f179e8c9cfda01b1da2a31fa9158da71472d3..9018bbec970782c8b3be0f837aee84b5eb76e8bf 100644 (file)
@@ -91,7 +91,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124"
 # one commit beyond 1.14.6 for a systemd-related bugfix
 PV = "0.14.6+git${SRCPV}"
 
-SRC_URI = "git://github.com/mmeeks/bootchart.git \
+SRC_URI = "${GITHUB_GIT}/mmeeks/bootchart.git \
            file://bootchartd_stop.sh \
            file://bootchartd-no-bashism.patch \
           "
index 418aee0d5e31a91ec3ed1a5cc4777ee22172c32f..036f9065bb712b3b1fb9078e90fd8ed8b704f3e1 100644 (file)
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/openSUSE/build-compare"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI = "git://github.com/openSUSE/build-compare.git"
+SRC_URI = "${GITHUB_GIT}/openSUSE/build-compare.git"
 SRC_URI += "file://Rename-rpm-check.sh-to-pkg-diff.sh.patch;striplevel=1"
 SRC_URI += "file://Ignore-DWARF-sections.patch;striplevel=1"
 PATCHTOOL = "git"
index 6ac833efd58d4d7ccc2a9a114a34a5e0e163a7da..04605cfc47810aed403a62c70d6d6e1f2709295c 100644 (file)
@@ -6,7 +6,7 @@ execution in a comprehensible way, and a debugger."
 HOMEPAGE = "http://bashdb.sourceforge.net/remake/"
 SECTION = "devel"
 
-SRC_URI = "git://github.com/rocky/remake.git"
+SRC_URI = "${GITHUB_GIT}/rocky/remake.git"
 
 inherit autotools gettext update-alternatives
 
index 5e3460ff3a17543059cdcefa731e3e13c1b18a7d..e402c59585c4c076fe4e7577f06b66b76926b7b5 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
 
-SRC_URI = "git://github.com/gitpan/SGMLSpm \
+SRC_URI = "${GITHUB_GIT}/gitpan/SGMLSpm \
           "
 
 SRCREV = "71595b9b5e36bfc00046995e058926bd27793fef"
index 497b282074498dd02fa70e28aab587e7ff591ab6..944ca1388b329fb9c9243bf12de496a6b06d7115 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS = "attr zlib xz lzo lz4"
 
 PV = "4.3+gitr${SRCPV}"
 SRCREV = "9c1db6d13a51a2e009f0027ef336ce03624eac0d"
-SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \
+SRC_URI = "${GITHUB_GIT}/plougher/squashfs-tools.git;protocol=https \
            http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \
 "
 SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759"
index 7fd34aa05f71e53b05e4b87fe1456f2568294a42..8b4e1b6cbb02df0e82d288e7c11fbf8d7de4808a 100644 (file)
@@ -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"
index 108ebf1e636d765684f7d63dfb3b7a7d6d0cbd74..55a74ee6795b9f164aff9c7e409abbbf29515e4c 100644 (file)
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "\
 DEPENDS = "attr libaio libcap acl openssl zip-native"
 SRCREV = "77d0b7fd0148ce657c5a25060667e978c07662a0"
 
-SRC_URI = "git://github.com/linux-test-project/ltp.git \
+SRC_URI = "${GITHUB_GIT}/linux-test-project/ltp.git \
     file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \
     file://ltp-Do-not-link-against-libfl.patch \
     file://make-setregid02-work.patch \
index ffc03e5c709cae59fbb27c1430969c3acaef50b0..c8a8eeb4d13205a2d3e0ef2a21e127cce7f45812 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
 DEPENDS = ""
 PR = "r2"
 
-SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
+SRC_URI = "${GITHUB_GIT}/xinetd-org/xinetd.git;protocol=https \
       file://xinetd.init \
       file://xinetd.conf \
       file://xinetd.default \
index b87688af7235cd5c8716400c968cc355c9c4afc0..4d00036708178c2a5c267691ce09b9705a0bff58 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4f33bc3add976f7dfae85dab66f03c"
 
 DEPENDS = "virtual/egl"
 
-SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master"
+SRC_URI = "${GITHUB_GIT}/dv1/eglinfo.git;branch=master"
 SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
 
 S = "${WORKDIR}/git"
index ce35b61eb1304f9d5232c7972d00b7ea27e19782..4e4fc969938f0bdd6e275eea29972b7cc7f39fef 100644 (file)
@@ -4,7 +4,7 @@ require mx.inc
 SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f"
 PV = "1.4.7+git${SRCPV}"
 
-SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \
+SRC_URI = "${GITHUB_GIT}/clutter-project/mx.git;branch=mx-1.4 \
           file://fix-build-dir.patch \
           file://fix-test-includes.patch \
          "
index a9de3d7ef2c206ef50963f0b2e645d26b62b0890..425a6b0e8cb0ad357e787c356b61b7185a9f0df5 100644 (file)
@@ -12,7 +12,7 @@ inherit autotools pkgconfig distro_features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
-SRC_URI = "git://github.com/tias/xinput_calibrator.git \
+SRC_URI = "${GITHUB_GIT}/tias/xinput_calibrator.git \
            file://30xinput_calibrate.sh \
            file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch"
 
index 54cfbbc9279ffec4d92c305718577d96efee8729..f7ef4c53eaceebaed1ed8177bc30b4699d0c4de4 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://lib/gst/player/gstplayer.c;beginline=1;endline=19;md5
 
 DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gtk+"
 
-SRC_URI = "git://github.com/sdroege/gst-player.git \
+SRC_URI = "${GITHUB_GIT}/sdroege/gst-player.git \
            file://filechooser.patch \
            file://gtk2.patch \
            file://Fix-pause-play.patch \
index 4aaa50f91dcd2e1d829592d0916ce6a0cc6dcb46..8774f4b79ba8caeae5ceca21c70988ec68d22ab7 100644 (file)
@@ -11,7 +11,7 @@ LICENSE_FLAGS = "commercial"
 PV = "52.3.0+git${SRCPV}"
 
 SRCREV = "811db3b957dfde24aef2d0f82e297e5bf552d873"
-SRC_URI = "git://github.com/lu-zero/postproc;protocol=https"
+SRC_URI = "${GITHUB_GIT}/lu-zero/postproc;protocol=https"
 
 S = "${WORKDIR}/git"
 
index 0b0c632276de05fecaaa6c64d3004e8003bb308d..e3da4d0e29bc21311e254aade89838ac9e2ddd1d 100644 (file)
@@ -8,7 +8,7 @@ SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
 
 PV = "128+git${SRCPV}"
 
-SRC_URI = "git://github.com/Cyan4973/lz4.git;protocol=http"
+SRC_URI = "${GITHUB_GIT}/Cyan4973/lz4.git;protocol=http"
 
 S = "${WORKDIR}/git"