Drop the patch merged upstream.

Signed-off-by: Dmitry Baryshkov <[email protected]>
---
 ...Add-missing-dependency-for-scanner.h.patch | 33 -------------------
 ...{libconfig_1.8.1.bb => libconfig_1.8.2.bb} |  3 +-
 2 files changed, 1 insertion(+), 35 deletions(-)
 delete mode 100644 
meta/recipes-extended/libconfig/libconfig/0001-Add-missing-dependency-for-scanner.h.patch
 rename meta/recipes-extended/libconfig/{libconfig_1.8.1.bb => 
libconfig_1.8.2.bb} (88%)

diff --git 
a/meta/recipes-extended/libconfig/libconfig/0001-Add-missing-dependency-for-scanner.h.patch
 
b/meta/recipes-extended/libconfig/libconfig/0001-Add-missing-dependency-for-scanner.h.patch
deleted file mode 100644
index 6e6a9419aeb1..000000000000
--- 
a/meta/recipes-extended/libconfig/libconfig/0001-Add-missing-dependency-for-scanner.h.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b9afffcee8809e47d0564f3d6376de724ae820ae Mon Sep 17 00:00:00 2001
-From: Dmitry Baryshkov <[email protected]>
-Date: Wed, 29 Oct 2025 22:26:16 +0200
-Subject: [PATCH] Add missing dependency for scanner.h
-
-Automake doesn't handle the header -> source dependency for lex
-scanners. This might result in the out-of-date header or it not being
-rebuilt in time. Provide a rule to make sure that the header is built
-properly.
-
-Signed-off-by: Dmitry Baryshkov <[email protected]>
-Upstream-Status: Submitted [https://github.com/hyperrealm/libconfig/pull/277]
----
- lib/Makefile.am | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 9ef984323af3..bd5d3dbe5aa3 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -36,6 +36,9 @@ libinc_cpp =  libconfig.h++
- 
- BUILT_SOURCES = scanner.c scanner.h grammar.c grammar.h
- 
-+scanner.h: scanner.c
-+      @if test ! -f $@; then rm -f scanner.c; $(MAKE) $(AM_MAKEFLAGS) 
scanner.c; else :; fi
-+
- ## Build mode: C-only or C & C++
- lib_LTLIBRARIES = libconfig.la
- 
--- 
-2.51.0
-
diff --git a/meta/recipes-extended/libconfig/libconfig_1.8.1.bb 
b/meta/recipes-extended/libconfig/libconfig_1.8.2.bb
similarity index 88%
rename from meta/recipes-extended/libconfig/libconfig_1.8.1.bb
rename to meta/recipes-extended/libconfig/libconfig_1.8.2.bb
index 37c2504b0168..6e08a7b04b89 100644
--- a/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
+++ b/meta/recipes-extended/libconfig/libconfig_1.8.2.bb
@@ -9,9 +9,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING.LIB;md5=17c8e32f0f72580cc2906b409d46b5ac"
 
 SRC_URI = " \
     
git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV}
 \
-    file://0001-Add-missing-dependency-for-scanner.h.patch \
 "
-SRCREV = "47ec93c588f534d20f6ee8704d2a2cec339db7b7"
+SRCREV = "a42cb47c1526a4f2ed025fcbb2289863375bc898"
 
 # needed when we modify grammar.y with patches
 DEPENDS += "bison-native flex-native"
-- 
2.47.3

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

Reply via email to