summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-26 12:02:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:28:52 +0000
commit3835162e21ac87d19c4bf37b22ccc216399e73d3 (patch)
tree7a480bb6563e720bc097a29eeacdb603fb1a57d6 /meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
parent9bad984bf3fd828a655614568214b6c6c4f99860 (diff)
downloadpoky-3835162e21ac87d19c4bf37b22ccc216399e73d3.tar.gz
glib: do a build check for strlcpy before runtime
There's no need to do a runtime check for the behaviour of strlcpy if it doesn't even exist. (From OE-Core rev: 2b6c855737afbf2b0f2baa1b14029f8ddc37e9ed) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
index c872c74920..733a2d46d9 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
@@ -16,6 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
16 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \ 16 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
17 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ 17 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
18 file://0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch \ 18 file://0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch \
19 file://0001-meson-do-a-build-time-check-for-strlcpy-before-attem.patch \
19 file://glib-meson.cross \ 20 file://glib-meson.cross \
20 " 21 "
21 22