aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb
diff options
context:
space:
mode:
authorDrew Moseley <drew_moseley@mentor.com>2014-05-14 13:08:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-15 23:24:05 +0100
commit2eb434ec298c279846ddd535a7122986558eb2c8 (patch)
treebe9c6e27fd65952978622a388e90792925b4de47 /meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb
parentc53c9ba05a5f38c047f3f928a9496f952843f467 (diff)
downloadopenembedded-core-contrib-2eb434ec298c279846ddd535a7122986558eb2c8.tar.gz
glib-2.0: Do not use readlink to set target paths.
Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb
index 3be126faef..ff1fb87a38 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb
@@ -12,6 +12,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
file://run-ptest \
file://ptest-paths.patch \
file://uclibc.patch \
+ file://0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch \
"
SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"