aboutsummaryrefslogtreecommitdiffstats
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 22:57:55 +0000
commitee60d562c7352fb5a595274490e7f377645aa650 (patch)
tree711cb6febcd96f69f8f7b20ed74d55f6a54b906b /meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
parentd36699b28c661880957d744420df9e23cdd76957 (diff)
downloadopenembedded-core-contrib-ee60d562c7352fb5a595274490e7f377645aa650.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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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"
SRC_URI = "http://www.hboehm.info/gc/gc_source/gc-${PV}.tar.gz \
file://0001-fix-build-with-musl.patch \
+ file://0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch \
"
SRC_URI[md5sum] = "12c05fd2811d989341d8c6d81f66af87"