aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-02 03:23:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:47:15 +0100
commit3140a731d36adbf5be9f988f25653304ac86676e (patch)
tree2fb5ee6678a2083632f2e80db16331315ff3d65a /meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
parent77789bdd0f55714590d95589558edc8151f9860d (diff)
downloadopenembedded-core-contrib-3140a731d36adbf5be9f988f25653304ac86676e.tar.gz
bdwgc: Include signal.h instead of hard asm/sigcontext.h
All cases are about glibc and for non-glibc systems it falls back to last else choice which still is glibc's older version, ideally it should have a case where libc != glibc 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.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
index 1ca8cf77eb..95e358f8e6 100644
--- a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
@@ -21,7 +21,9 @@ SECTION = "devel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README.QUICK;md5=55f5088f90a982fed7af9a4897047ef7"
-SRC_URI = "http://www.hboehm.info/gc/gc_source/gc-${PV}.tar.gz"
+SRC_URI = "http://www.hboehm.info/gc/gc_source/gc-${PV}.tar.gz \
+ file://0001-fix-build-with-musl.patch \
+ "
SRC_URI[md5sum] = "12c05fd2811d989341d8c6d81f66af87"
SRC_URI[sha256sum] = "63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2"