diff options
| -rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_git.bb | 15 |
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 @@ | |||
| 1 | SUMMARY = "gnu-configize" | 1 | SUMMARY = "gnu-configize" |
| 2 | DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree" | 2 | DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree" |
| 3 | SECTION = "devel" | 3 | SECTION = "devel" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-3.0-with-autoconf-exception" |
| 5 | LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=0e6ca0501b27177f3bc640f7225e3ead" | 5 | LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=9bac8b1743c2240ae07cce6e546ac2f2" |
| 6 | 6 | ||
| 7 | DEPENDS_class-native = "perl-native-runtime" | 7 | DEPENDS_class-native = "perl-native-runtime" |
| 8 | 8 | ||
| 9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
| 10 | 10 | ||
| 11 | SRCREV = "a47f842264fc19837f8a00eb1d2d254a4c527334" | 11 | SRCREV = "b576fa87c140b824466ef1638e945e87dc5c0343" |
| 12 | PV = "1.0+git${SRCPV}" | 12 | PV = "20150728+git${SRCPV}" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://git.sv.gnu.org/config.git \ | 14 | SRC_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 | ||
| 18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 19 | 18 | ||
| 20 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |
| 21 | 20 | ||
| 22 | do_compile() { | 21 | do_compile[noexec] = "1" |
| 23 | : | ||
| 24 | } | ||
| 25 | 22 | ||
| 26 | do_install () { | 23 | do_install () { |
| 27 | install -d ${D}${datadir}/gnu-config \ | 24 | install -d ${D}${datadir}/gnu-config \ |
| @@ -40,4 +37,4 @@ do_install () { | |||
| 40 | PACKAGES = "${PN}" | 37 | PACKAGES = "${PN}" |
| 41 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" | 38 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" |
| 42 | 39 | ||
| 43 | BBCLASSEXTEND = "native" | 40 | BBCLASSEXTEND = "native nativesdk" |
