mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
Drop upstreamed patches Seems to fix parallel build race with locales (From OE-Core rev: 1eb9ce1277dfaaa32d9d528f21c96deedf8f122f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
499 B
PHP
19 lines
499 B
PHP
SRCREV = "0ad73077c230093ae004829da44418597f330c6a"
|
|
|
|
PV = "1.0.10+git${SRCPV}"
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:"
|
|
|
|
SRC_URI = "git://uclibc-ng.org/git/uclibc-ng;branch=1.0 \
|
|
file://0001-Disable-lrount_tes-function.patch \
|
|
file://0003-Add-argp-implementation.patch \
|
|
file://uClibc.machine \
|
|
file://uClibc.distro \
|
|
file://obstack.cfg \
|
|
file://locale.cfg \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
|
|
|