diff options
| -rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch | 25 | ||||
| -rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_20120814.bb | 40 |
2 files changed, 0 insertions, 65 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch b/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch deleted file mode 100644 index 3147435a6e..0000000000 --- a/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | support musl | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 5 | |||
| 6 | Index: gnu-config-20120814/config.sub | ||
| 7 | =================================================================== | ||
| 8 | --- gnu-config-20120814.orig/config.sub 2012-09-18 02:27:45.000000000 -0700 | ||
| 9 | +++ gnu-config-20120814/config.sub 2014-03-26 00:34:19.955996709 -0700 | ||
| 10 | @@ -123,6 +123,7 @@ | ||
| 11 | maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` | ||
| 12 | case $maybe_os in | ||
| 13 | nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ | ||
| 14 | + linux-musl* | \ | ||
| 15 | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ | ||
| 16 | knetbsd*-gnu* | netbsd*-gnu* | \ | ||
| 17 | kopensolaris*-gnu* | \ | ||
| 18 | @@ -1365,6 +1366,7 @@ | ||
| 19 | | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | ||
| 20 | | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | ||
| 21 | | -linux-newlib* | -linux-uclibc* \ | ||
| 22 | + | -linux-musl* \ | ||
| 23 | | -uxpv* | -beos* | -mpeix* | -udk* \ | ||
| 24 | | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | ||
| 25 | | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | ||
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb deleted file mode 100644 index 3d428b9b78..0000000000 --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "gnu-configize" | ||
| 2 | DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=b79a4663475f4d724846463277817e0d" | ||
| 6 | |||
| 7 | DEPENDS_class-native = "hostperl-runtime-native" | ||
| 8 | |||
| 9 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 10 | |||
| 11 | |||
| 12 | SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV}.tar.bz2 \ | ||
| 13 | file://musl-support.patch \ | ||
| 14 | file://gnu-configize.in" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094" | ||
| 17 | SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b" | ||
| 18 | |||
| 19 | CLEANBROKEN = "1" | ||
| 20 | |||
| 21 | do_compile[noexec] = "1" | ||
| 22 | |||
| 23 | do_install () { | ||
| 24 | install -d ${D}${datadir}/gnu-config \ | ||
| 25 | ${D}${bindir} | ||
| 26 | cat ${WORKDIR}/gnu-configize.in | \ | ||
| 27 | sed -e 's,@gnu-configdir@,${datadir}/gnu-config,g' \ | ||
| 28 | -e 's,@autom4te_perllibdir@,${datadir}/autoconf,g' > ${D}${bindir}/gnu-configize | ||
| 29 | # In the native case we want the system perl as perl-native can't have built yet | ||
| 30 | if [ "${PN}" != "gnu-config-native" -a "${PN}" != "nativesdk-gnu-config" ]; then | ||
| 31 | sed -i -e 's,/usr/bin/env,${bindir}/env,g' ${D}${bindir}/gnu-configize | ||
| 32 | fi | ||
| 33 | chmod 755 ${D}${bindir}/gnu-configize | ||
| 34 | install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/ | ||
| 35 | } | ||
| 36 | |||
| 37 | PACKAGES = "${PN}" | ||
| 38 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" | ||
| 39 | |||
| 40 | BBCLASSEXTEND = "native nativesdk" | ||
