]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc: fetch from master branch not 1.0
authorRoss Burton <ross.burton@intel.com>
Wed, 10 Feb 2016 17:43:32 +0000 (17:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:23 +0000 (12:27 +0000)
The SRC_URI was fetching from the "1.0" branch but the uclibc maintainers appear
to have removed this, presumably because it's synonymous with master as all of
the releases are also on the master branch.

[ YOCTO #9074 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/uclibc/uclibc-git.inc

index 0509a6c2777b5518d34a4d6c2fe9c367901f7d39..a56fa7cb64984b2550a3832444dfdd1aa65288bd 100644 (file)
@@ -4,7 +4,7 @@ PV = "1.0.12+git${SRCPV}"
 
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:"
 
-SRC_URI = "git://uclibc-ng.org/git/uclibc-ng;branch=1.0 \
+SRC_URI = "git://uclibc-ng.org/git/uclibc-ng \
         file://0001-Disable-lrount_tes-function.patch \
         file://uClibc.machine \
         file://uClibc.distro \