diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-23 00:45:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-24 16:33:47 +0100 |
commit | fd64f032caafe88b9135eb59248bb88a5da28e99 (patch) | |
tree | 5ee512e88b45f151ea6ff3e598ebfc252a9ec0a4 /meta | |
parent | a704e9f877c5e45bb032ca44cfb2a15af5c3096d (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_git.bb | 6 |
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 | |||
3 | HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git" | 3 | HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPL-3.0-with-autoconf-exception" | 5 | LICENSE = "GPL-3.0-with-autoconf-exception" |
6 | LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=b75d42f59f706ea56d6a8e00216fca6a" | 6 | LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a" |
7 | 7 | ||
8 | DEPENDS_class-native = "hostperl-runtime-native" | 8 | DEPENDS_class-native = "hostperl-runtime-native" |
9 | 9 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
11 | 11 | ||
12 | SRCREV = "4550d2f15b3a7ce2451c1f29500b9339430c877f" | 12 | SRCREV = "805517123cbfe33d17c989a18e78c5789fab0437" |
13 | PV = "20210620+git${SRCPV}" | 13 | PV = "20210722+git${SRCPV}" |
14 | 14 | ||
15 | SRC_URI = "git://git.savannah.gnu.org/config.git \ | 15 | SRC_URI = "git://git.savannah.gnu.org/config.git \ |
16 | file://gnu-configize.in" | 16 | file://gnu-configize.in" |