summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gnu-config/gnu-config_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-04-27 10:39:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 11:51:41 +0100
commit3121cf14b9233b1688875e2f235a07a6a822c680 (patch)
tree17464dee38c0c88cc30ebbf7cc29a09a48fc62b4 /meta/recipes-devtools/gnu-config/gnu-config_git.bb
parent10ddcd62cd980f7f0cbbb52f3d39464edc91fca0 (diff)
downloadpoky-3121cf14b9233b1688875e2f235a07a6a822c680.tar.gz
gnu-config: update to latest revision
License-Update: copyright years, formatting (From OE-Core rev: 884177ce7163f90b7cf4a4f44728528da3a6e028) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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 83c18a1ca3..07aef75715 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=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a" 6LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=10922f9231863a06f6efb67691fa46e0"
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 = "191bcb948f7191c36eefe634336f5fc5c0c4c2be" 12SRCREV = "c179db1b6f2ae484bfca1e9f8bae273e3319fa7d"
13PV = "20211108+git${SRCPV}" 13PV = "20220425+git${SRCPV}"
14 14
15SRC_URI = "git://git.savannah.gnu.org/git/config.git;protocol=https;branch=master \ 15SRC_URI = "git://git.savannah.gnu.org/git/config.git;protocol=https;branch=master \
16 file://gnu-configize.in" 16 file://gnu-configize.in"