diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-18 18:08:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:31 +0100 |
commit | 99f97350127ae2760614ad5b829e159d8b2747ee (patch) | |
tree | 0b7131c8b2b41427c1b83fd28110820af08d0482 | |
parent | db39766992495b8ad6216699cd21a621a1004df3 (diff) | |
download | openembedded-core-99f97350127ae2760614ad5b829e159d8b2747ee.tar.gz openembedded-core-99f97350127ae2760614ad5b829e159d8b2747ee.tar.bz2 openembedded-core-99f97350127ae2760614ad5b829e159d8b2747ee.zip |
gnu-config: update to 2018-07-13
License checksum updated as URL changed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 8de8138127..4745f19cee 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb @@ -2,14 +2,14 @@ SUMMARY = "gnu-configize" DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree" SECTION = "devel" LICENSE = "GPL-3.0-with-autoconf-exception" -LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=9bac8b1743c2240ae07cce6e546ac2f2" +LIC_FILES_CHKSUM = "file://config.guess;beginline=7;endline=27;md5=b75d42f59f706ea56d6a8e00216fca6a" DEPENDS_class-native = "hostperl-runtime-native" INHIBIT_DEFAULT_DEPS = "1" -SRCREV = "b576fa87c140b824466ef1638e945e87dc5c0343" -PV = "20150728+git${SRCPV}" +SRCREV = "30d53fc428ea42af9d6f4d355db0022e3918a824" +PV = "20180713+git${SRCPV}" SRC_URI = "git://git.savannah.gnu.org/config.git \ file://gnu-configize.in" |