From: wangmy Date: Mon, 6 Jun 2022 12:25:37 +0000 (+0800) Subject: mtools: upgrade 4.0.39 -> 4.0.40 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada2ce1c84cb11333e544fc8e2a1d4e3e1d8d3a4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mtools: upgrade 4.0.39 -> 4.0.40 Refresh disable-hardcoded-configs.patch for new version. Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 25ee2b74b59..8f46174a5b3 100644 --- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch +++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch @@ -1,4 +1,4 @@ -From 142f40b80ea908831ef7a4d694cec6a5985a0724 Mon Sep 17 00:00:00 2001 +From 3a05dc2c0acff1713dd44cef5e9f328f0706eb3e Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 13 Jun 2017 14:55:52 +0300 Subject: [PATCH] Disabled reading host configs. @@ -12,10 +12,10 @@ Signed-off-by: Ed Bartosh 1 file changed, 8 deletions(-) diff --git a/config.c b/config.c -index 173eae0..0654cc1 100644 +index 630f99d..07dbf53 100644 --- a/config.c +++ b/config.c -@@ -836,14 +836,6 @@ void read_config(void) +@@ -834,14 +834,6 @@ void read_config(void) memcpy(devices, const_devices, nr_const_devices*sizeof(struct device)); diff --git a/meta/recipes-devtools/mtools/mtools_4.0.39.bb b/meta/recipes-devtools/mtools/mtools_4.0.40.bb similarity index 93% rename from meta/recipes-devtools/mtools/mtools_4.0.39.bb rename to meta/recipes-devtools/mtools/mtools_4.0.40.bb index 564ef02aee8..200c7c76815 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.39.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.40.bb @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ glibc-gconv-ibm866 \ glibc-gconv-ibm869 \ " -SRC_URI[sha256sum] = "397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd" +SRC_URI[sha256sum] = "a22fca42354011dd2293a7f51f228b46ebbd802e7740b0975912afecb79d5df4" SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \