summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gnu-config
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-07 13:18:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:28:48 -0700
commit1f156abf9e275e89538cc70f6bd110a48a4b3c54 (patch)
tree329cc96bb90701cf122482dfdbecabdb09840184 /meta/recipes-devtools/gnu-config
parenta71ef70b7efd062355ff40fdad9f1b5ff1cdd40e (diff)
downloadpoky-1f156abf9e275e89538cc70f6bd110a48a4b3c54.tar.gz
gnu-config: Update git version to latest and use it
latest gnu-config code has all the patches to support musl/uclibc upstreamed so lets use it after upgrading to latest its GPLv3 with autoconf exception but the GPLv2 copy of recipe is left in as well to not break non-GPLv3 builds (From OE-Core rev: efb9e4a752c2f6cb637025409cc1ddadd1714ea5) 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>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb15
1 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 754a99a4b0..3d5f2b8c16 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -1,27 +1,24 @@
1SUMMARY = "gnu-configize" 1SUMMARY = "gnu-configize"
2DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree" 2DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPL-3.0-with-autoconf-exception"
5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=0e6ca0501b27177f3bc640f7225e3ead" 5LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=9bac8b1743c2240ae07cce6e546ac2f2"
6 6
7DEPENDS_class-native = "perl-native-runtime" 7DEPENDS_class-native = "perl-native-runtime"
8 8
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10 10
11SRCREV = "a47f842264fc19837f8a00eb1d2d254a4c527334" 11SRCREV = "b576fa87c140b824466ef1638e945e87dc5c0343"
12PV = "1.0+git${SRCPV}" 12PV = "20150728+git${SRCPV}"
13 13
14SRC_URI = "git://git.sv.gnu.org/config.git \ 14SRC_URI = "git://git.sv.gnu.org/config.git \
15 file://config-guess-uclibc.patch \
16 file://gnu-configize.in" 15 file://gnu-configize.in"
17 16
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20CLEANBROKEN = "1" 19CLEANBROKEN = "1"
21 20
22do_compile() { 21do_compile[noexec] = "1"
23 :
24}
25 22
26do_install () { 23do_install () {
27 install -d ${D}${datadir}/gnu-config \ 24 install -d ${D}${datadir}/gnu-config \
@@ -40,4 +37,4 @@ do_install () {
40PACKAGES = "${PN}" 37PACKAGES = "${PN}"
41FILES_${PN} = "${bindir} ${datadir}/gnu-config" 38FILES_${PN} = "${bindir} ${datadir}/gnu-config"
42 39
43BBCLASSEXTEND = "native" 40BBCLASSEXTEND = "native nativesdk"