diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-10 17:43:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:44 +0000 |
commit | 299b426c5166c62d62d546aff231dd95da08a9ca (patch) | |
tree | b6e9282b344838047ad6702932dff484f9a59950 | |
parent | 4ac4d28d2626f00efc3e93c7a788325f4767f833 (diff) | |
download | poky-299b426c5166c62d62d546aff231dd95da08a9ca.tar.gz |
uclibc: fetch from master branch not 1.0
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 ]
(From OE-Core rev: 2d20de8ece480b21c02b6ace2cc12a21c36d0ae3)
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>
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 0509a6c277..a56fa7cb64 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc | |||
@@ -4,7 +4,7 @@ PV = "1.0.12+git${SRCPV}" | |||
4 | 4 | ||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" | 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" |
6 | 6 | ||
7 | SRC_URI = "git://uclibc-ng.org/git/uclibc-ng;branch=1.0 \ | 7 | SRC_URI = "git://uclibc-ng.org/git/uclibc-ng \ |
8 | file://0001-Disable-lrount_tes-function.patch \ | 8 | file://0001-Disable-lrount_tes-function.patch \ |
9 | file://uClibc.machine \ | 9 | file://uClibc.machine \ |
10 | file://uClibc.distro \ | 10 | file://uClibc.distro \ |