summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 21:55:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 11:34:05 +0100
commitd45b583da776b5a47ace9626db916215dc988f0e (patch)
tree60f153e33e1cfd0db4957c61bec8b0d3fd614a80 /meta/recipes-core/glib-2.0/glib.inc
parent0965f4894967266e51f60f44dd2689845a380a54 (diff)
downloadpoky-d45b583da776b5a47ace9626db916215dc988f0e.tar.gz
glib-2.0: ptest fixes
Add missing quotes in ptest runner. Without these it runs all gnome tests which is why the counts in my minimal image tests differed from those on the main autobuilder core-image-sato runs. Also fix an error showing in the ptest logs where invalid options were being passed to busybox du. (From OE-Core rev: dc0c916e610297063821450761c17e10c53bb4dd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 82107a8a18..385596c754 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -140,6 +140,7 @@ CODEGEN_PYTHON_RDEPENDS_mingw32 = ""
140RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" 140RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
141 141
142RDEPENDS_${PN}-ptest += "\ 142RDEPENDS_${PN}-ptest += "\
143 coreutils \
143 libgcc \ 144 libgcc \
144 dbus \ 145 dbus \
145 gnome-desktop-testing \ 146 gnome-desktop-testing \