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 <[email protected]>
---
...{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 --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"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127819):
https://lists.openembedded.org/g/openembedded-devel/message/127819
Mute This Topic: https://lists.openembedded.org/mt/120013615/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-