summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-09-23 17:21:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-25 23:15:49 +0100
commit72cd62e66e2f65876415ed9ac91d899d22ed7ddc (patch)
tree576c82abe63a86dd93499d292c92fb0635703205 /meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
parent705941f8c3d2b522cd4bef7c5fe72771c40c8688 (diff)
downloadpoky-72cd62e66e2f65876415ed9ac91d899d22ed7ddc.tar.gz
glib-2.0: Drop allow /run/media for root patch
Upstream implemented an equivalent fix in: c672fcc0a8d6 ("gunixmounts: Allow root to display mounts under /run/media/$username") As a result, this change is completely broken when running as root, as user_name is unitialised when testing strcmp(user_name, "root") so just segfaults. (From OE-Core rev: 547e81b678a616ebbdf2e5cc86e918966fafb894) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
index 92c7997a27..6ebf1d2599 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
@@ -8,7 +8,6 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
8 file://configure-libtool.patch \ 8 file://configure-libtool.patch \
9 file://run-ptest \ 9 file://run-ptest \
10 file://uclibc_musl_translation.patch \ 10 file://uclibc_musl_translation.patch \
11 file://allow-run-media-sdX-drive-mount-if-username-root.patch \
12 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \ 11 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
13 file://Enable-more-tests-while-cross-compiling.patch \ 12 file://Enable-more-tests-while-cross-compiling.patch \
14 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \ 13 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \