diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-19 09:58:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-19 09:58:21 +0000 |
commit | 5182a22a29a4c1980aed6246746326b050c50a3f (patch) | |
tree | 89532b526a3f55a5232d5575086055ebd350640e | |
parent | e3dadc9f28c24a8d182121d0246b3d9ec048846a (diff) | |
download | meta-mingw-5182a22a29a4c1980aed6246746326b050c50a3f.tar.gz |
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 <richard.purdie@linuxfoundation.org>
-rw-r--r-- | recipes-core/glib-2.0/glib-2.0_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " \ | |||
11 | ${libexecdir}/*gio-querymodules.exe \ | 11 | ${libexecdir}/*gio-querymodules.exe \ |
12 | " | 12 | " |
13 | FILES_${PN}-dev_append_mingw32 = " ${libdir}/*.def" | 13 | FILES_${PN}-dev_append_mingw32 = " ${libdir}/*.def" |
14 | FILES_${PN}-utils_mingw32 = "${bindir}/*.exe" | 14 | FILES_${PN}-utils_append_mingw32 = " ${bindir}/*.exe" |
15 | 15 | ||