summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gnu-config/gnu-config_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-23 00:45:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-24 16:33:47 +0100
commitfd64f032caafe88b9135eb59248bb88a5da28e99 (patch)
tree5ee512e88b45f151ea6ff3e598ebfc252a9ec0a4 /meta/recipes-devtools/gnu-config/gnu-config_git.bb
parenta704e9f877c5e45bb032ca44cfb2a15af5c3096d (diff)
downloadpoky-fd64f032caafe88b9135eb59248bb88a5da28e99.tar.gz
gnu-config: update to latest revision
Adjust lines in license check; checksum is same. (From OE-Core rev: 454f17c7dde8716e60c8b26303f906158d653f0b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config/gnu-config_git.bb')
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 420363415c..6e4435be2c 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc
3HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git" 3HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git"
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "GPL-3.0-with-autoconf-exception" 5LICENSE = "GPL-3.0-with-autoconf-exception"
6LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=b75d42f59f706ea56d6a8e00216fca6a" 6LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a"
7 7
8DEPENDS_class-native = "hostperl-runtime-native" 8DEPENDS_class-native = "hostperl-runtime-native"
9 9
10INHIBIT_DEFAULT_DEPS = "1" 10INHIBIT_DEFAULT_DEPS = "1"
11 11
12SRCREV = "4550d2f15b3a7ce2451c1f29500b9339430c877f" 12SRCREV = "805517123cbfe33d17c989a18e78c5789fab0437"
13PV = "20210620+git${SRCPV}" 13PV = "20210722+git${SRCPV}"
14 14
15SRC_URI = "git://git.savannah.gnu.org/config.git \ 15SRC_URI = "git://git.savannah.gnu.org/config.git \
16 file://gnu-configize.in" 16 file://gnu-configize.in"