summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-08-12 17:33:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 21:19:44 +0100
commit541876e3e53707bb245a5a6f6f40747d27364da6 (patch)
tree9fe0d1e05fda1400a87d050dabc8e76320839be6 /meta
parentf08e550a898b45e8796345cd34401b3876cf78f9 (diff)
downloadpoky-541876e3e53707bb245a5a6f6f40747d27364da6.tar.gz
systemd: update SRC_URI
Upstream has moved git hosts, so update the SRC_URI appropriately. [ YOCTO #8181 ] (From OE-Core master rev: c6166b7ff7ebcab424af975b1e5378813c684560) (From OE-Core rev: b459e8831dfcb8f4317e115b534567c656efee04) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index 83e4bce142..e187cea5e2 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -29,7 +29,7 @@ SRCREV = "85a6fabdd3e43cfab0fc6359e9f2a9e368d4a3ed"
29 29
30PV = "219-stable+git${SRCPV}" 30PV = "219-stable+git${SRCPV}"
31 31
32SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stable;protocol=git \ 32SRC_URI = "git://github.com/systemd/systemd-stable;branch=v219-stable;protocol=git \
33 file://0002-shared-missing.h-fall-back-to-insecure-getenv.patch \ 33 file://0002-shared-missing.h-fall-back-to-insecure-getenv.patch \
34 file://0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 34 file://0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
35 file://0004-configure-Check-for-additional-features-that-uclibc-.patch \ 35 file://0004-configure-Check-for-additional-features-that-uclibc-.patch \