From 57b0ba8a45dc4db78c448d329f8a15f64d013c2c Mon Sep 17 00:00:00 2001 From: Michal Sieron Date: Sun, 29 Mar 2026 23:37:10 +0200 Subject: [PATCH] graphviz: Fix append overriding value It actually overrides value of FILES:${PN} instead of appending. In this case SDKPATHNATIVE is the prefix so everything was still working, but let's convert it to a proper conditional append. Signed-off-by: Michal Sieron Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb index bfc59c3ca1..a5f08d0c85 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb @@ -68,7 +68,7 @@ do_install:append:class-nativesdk() { install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d install -m 0755 ${UNPACKDIR}/graphviz-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d } -FILES:${PN}:class-nativesdk += "${SDKPATHNATIVE}" +FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}" # create /usr/lib/graphviz/config6 graphviz_sstate_postinst() {