summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-17 05:18:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:27 +0000
commitf00cca81dffc8c46fc877424ce760856e5d0155a (patch)
treeac4795136ece5fe336b22e33f8a2c65569156d38 /meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
parent51464e7b896e55c28b4cc4074c3492cc56d50c52 (diff)
downloadpoky-f00cca81dffc8c46fc877424ce760856e5d0155a.tar.gz
bdwgc: Check for getcontext() API during configure
This helps in compiling dependent components like guile where it shows the problem of missing getcontext API when using libc which dont implement it e.g. musl (From OE-Core rev: ee60d562c7352fb5a595274490e7f377645aa650) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/bdwgc/bdwgc_7.4.2.bb')
-rw-r--r--meta/recipes-support/bdwgc/bdwgc_7.4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
index 95e358f8e6..209f533b14 100644
--- a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
@@ -23,6 +23,7 @@ LIC_FILES_CHKSUM = "file://README.QUICK;md5=55f5088f90a982fed7af9a4897047ef7"
23 23
24SRC_URI = "http://www.hboehm.info/gc/gc_source/gc-${PV}.tar.gz \ 24SRC_URI = "http://www.hboehm.info/gc/gc_source/gc-${PV}.tar.gz \
25 file://0001-fix-build-with-musl.patch \ 25 file://0001-fix-build-with-musl.patch \
26 file://0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch \
26 " 27 "
27 28
28SRC_URI[md5sum] = "12c05fd2811d989341d8c6d81f66af87" 29SRC_URI[md5sum] = "12c05fd2811d989341d8c6d81f66af87"