ChangeLog:
https://github.com/e2tools/e2tools/releases/tag/v0.1.2

Signed-off-by: Yi Zhao <[email protected]>
---
 .../{e2tools_git.bb => e2tools_0.1.2.bb}      |  5 +--
 ...Disable-portability-warning-as-error.patch | 34 -------------------
 2 files changed, 1 insertion(+), 38 deletions(-)
 rename meta-filesystems/recipes-utils/e2tools/{e2tools_git.bb => 
e2tools_0.1.2.bb} (92%)
 delete mode 100644 
meta-filesystems/recipes-utils/e2tools/files/0001-Disable-portability-warning-as-error.patch

diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb 
b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
similarity index 92%
rename from meta-filesystems/recipes-utils/e2tools/e2tools_git.bb
rename to meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
index 459c7058e..d7e654bab 100644
--- a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb
+++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
@@ -11,15 +11,12 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS += "coreutils e2fsprogs"
 
-PV = "0.1.0+git"
-
 SRC_URI = " \
            git://github.com/e2tools/e2tools;protocol=https;branch=master \
-           file://0001-Disable-portability-warning-as-error.patch \
            file://run-ptest \
 "
 
-SRCREV = "fd092754a6b65c3a769f74f888668c066f09c36d"
+SRCREV = "46da6c398e70635a296245851fcedbc56c35e824"
 
 S = "${WORKDIR}/git"
 
diff --git 
a/meta-filesystems/recipes-utils/e2tools/files/0001-Disable-portability-warning-as-error.patch
 
b/meta-filesystems/recipes-utils/e2tools/files/0001-Disable-portability-warning-as-error.patch
deleted file mode 100644
index dec793f37..000000000
--- 
a/meta-filesystems/recipes-utils/e2tools/files/0001-Disable-portability-warning-as-error.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From e0aaedea30483bf5b9bb085e12fff79144fa1174 Mon Sep 17 00:00:00 2001
-From: Khem Raj <[email protected]>
-Date: Thu, 29 Aug 2024 11:12:57 -0700
-Subject: [PATCH] Disable portability warning as error
-
-With latest automake 1.17 its warning about escape hash
-mark [1] and since configure.ac uses -werror to call automake
-this becomes an error and reconfigure fails.
-
-escape hash mark is non-portable as discussed here [2]
-
-Fow now let it be a warning, it should be fixed in a portable way
-
-[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7610
-[2] https://lists.gnu.org/archive/html/automake/2011-08/msg00023.html
-
-Upstream-Status: Submitted [https://github.com/e2tools/e2tools/pull/31]
-Signed-off-by: Khem Raj <[email protected]>
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index dd32c4d..9f37591 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -14,6 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
- AM_INIT_AUTOMAKE([
- -Wall
- -Werror
-+-Wno-portability
- 1.9.6
- foreign
- subdir-objects
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112545): 
https://lists.openembedded.org/g/openembedded-devel/message/112545
Mute This Topic: https://lists.openembedded.org/mt/108711774/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to