summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb
index 905f95396a..f4ea173788 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb
@@ -21,11 +21,10 @@ SECTION = "devel"
21LICENSE = "MIT" 21LICENSE = "MIT"
22LIC_FILES_CHKSUM = "file://README.QUICK;md5=81b447d779e278628c843aef92f088fa" 22LIC_FILES_CHKSUM = "file://README.QUICK;md5=81b447d779e278628c843aef92f088fa"
23 23
24SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a" 24DEPENDS = "libatomic-ops"
25SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0 \
26 "
27 25
28FILES_${PN}-doc = "${datadir}" 26SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a"
27SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0"
29 28
30S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
31 30
@@ -33,12 +32,10 @@ ARM_INSTRUCTION_SET = "arm"
33 32
34inherit autotools pkgconfig 33inherit autotools pkgconfig
35 34
36# by default use external libatomic-ops
37PACKAGECONFIG ??= "libatomic-ops"
38PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomic-ops"
39
40EXTRA_OECONF += "--enable-cpluscplus" 35EXTRA_OECONF += "--enable-cpluscplus"
41 36
42CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" 37CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
43 38
39FILES_${PN}-doc = "${datadir}"
40
44BBCLASSEXTEND = "native nativesdk" 41BBCLASSEXTEND = "native nativesdk"