From 5182a22a29a4c1980aed6246746326b050c50a3f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Feb 2020 09:58:18 +0000 Subject: glib-2.0: Append to ${PN}-utils rather than overwrite This avoids errors with the recent change to add things to ${PN}-utils in OE-Core. Signed-off-by: Richard Purdie --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/recipes-core/glib-2.0/glib-2.0_%.bbappend index 08f7261..d379f0b 100644 --- a/recipes-core/glib-2.0/glib-2.0_%.bbappend +++ b/recipes-core/glib-2.0/glib-2.0_%.bbappend @@ -11,5 +11,5 @@ FILES_${PN}_append_mingw32 = " \ ${libexecdir}/*gio-querymodules.exe \ " FILES_${PN}-dev_append_mingw32 = " ${libdir}/*.def" -FILES_${PN}-utils_mingw32 = "${bindir}/*.exe" +FILES_${PN}-utils_append_mingw32 = " ${bindir}/*.exe" -- cgit v1.2.3-54-g00ecf