diff mbox series

[meta-xfce,009/128] xfce4-dev-tools: upgrade 4.21.0 -> 4.21.1

Message ID 20260628081122.178348-9-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-filesystems,001/128] ifuse: upgrade 1.2.0 -> 1.2.1 | expand

Commit Message

Khem Raj June 28, 2026, 8:09 a.m. UTC
package new cppcheck config file

4.21.1 installs ${libdir}/cppcheck/cfg/xfce.cfg which was not shipped in
any package

fixes QA failure (installed-vs-shipped).

Add ${libdir}/cppcheck to FILES:${PN}.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 ...{xfce4-dev-tools_4.21.0.bb => xfce4-dev-tools_4.21.1.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.21.0.bb => xfce4-dev-tools_4.21.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.1.bb
similarity index 79%
rename from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb
rename to meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.1.bb
index 121140e2f6..9570d656f7 100644
--- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.1.bb
@@ -11,7 +11,7 @@  SRC_URI = "https://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.b
            file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
            "
 SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
-SRC_URI[sha256sum] = "36059f48bbb196645f6514ab5a356e55cdd9bc917edcaf6afd86adfc28d7a358"
+SRC_URI[sha256sum] = "2b127088f22453ffc725c002d2fce830bac86fc770e094d43b45e92e0f132c97"
 
 inherit autotools pkgconfig
 
@@ -20,7 +20,9 @@  do_install:append() {
     install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/
 }
 
-FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4"
+FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4 \
+                ${libdir}/cppcheck \
+               "
 
 RDEPENDS:${PN} = "bash"