1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

gnu-config: Let it recognise *-*-musl* triplets

This will help autotools based packages to recognise
musl

(From OE-Core rev: a51f790bd657011d871aab603d1695937bfa2033)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2014-05-29 00:01:06 -07:00
committed by Richard Purdie
parent d73709fb2d
commit 32ed5994fe
2 changed files with 26 additions and 0 deletions
@@ -11,6 +11,7 @@ INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV}.tar.bz2 \
file://config-guess-uclibc.patch \
file://musl-support.patch \
file://gnu-configize.in"
SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"