diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-03-12 16:50:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:14 +0000 |
commit | cd163193de5b8c41583076a28ca45ae4f9bced2c (patch) | |
tree | aa8e64f3e1c132e432050a988d2bce69990b2793 /meta/recipes-core | |
parent | c1e5fff3017860feb5fb77ba05afd13e1ec34c50 (diff) | |
download | openembedded-core-contrib-cd163193de5b8c41583076a28ca45ae4f9bced2c.tar.gz |
systemd: remove unnecessary 'protocol=git' from SRC_URI
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 2 |
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 ff29a3fecf1..117a529492a 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -29,7 +29,7 @@ SRCREV = "a88abde72169ddc2df77df3fa5bed30725022253" PV = "219+git${SRCPV}" -SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=git \ +SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \ file://0002-shared-missing.h-fall-back-to-insecure-getenv.patch \ file://0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ file://0004-configure-Check-for-additional-features-that-uclibc-.patch \ |