diff options
| -rw-r--r-- | meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | 13 |
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" | |||
| 21 | LICENSE = "MIT" | 21 | LICENSE = "MIT" |
| 22 | LIC_FILES_CHKSUM = "file://README.QUICK;md5=81b447d779e278628c843aef92f088fa" | 22 | LIC_FILES_CHKSUM = "file://README.QUICK;md5=81b447d779e278628c843aef92f088fa" |
| 23 | 23 | ||
| 24 | SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a" | 24 | DEPENDS = "libatomic-ops" |
| 25 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0 \ | ||
| 26 | " | ||
| 27 | 25 | ||
| 28 | FILES_${PN}-doc = "${datadir}" | 26 | SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a" |
| 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0" | ||
| 29 | 28 | ||
| 30 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 31 | 30 | ||
| @@ -33,12 +32,10 @@ ARM_INSTRUCTION_SET = "arm" | |||
| 33 | 32 | ||
| 34 | inherit autotools pkgconfig | 33 | inherit autotools pkgconfig |
| 35 | 34 | ||
| 36 | # by default use external libatomic-ops | ||
| 37 | PACKAGECONFIG ??= "libatomic-ops" | ||
| 38 | PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomic-ops" | ||
| 39 | |||
| 40 | EXTRA_OECONF += "--enable-cpluscplus" | 35 | EXTRA_OECONF += "--enable-cpluscplus" |
| 41 | 36 | ||
| 42 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" | 37 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" |
| 43 | 38 | ||
| 39 | FILES_${PN}-doc = "${datadir}" | ||
| 40 | |||
| 44 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |
