Skip to content

Commit d7d0d55

Browse files
ivmaikraj
authored andcommitted
bdwgc: Fix typo in EXTRA_OECONF and remove unneeded extra CFLAGS
* fix typo in "--enable-cplusplus" * "-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" not needed any more Signed-off-by: Khem Raj <[email protected]>
1 parent 09e0868 commit d7d0d55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ S = "${WORKDIR}/git"
3030

3131
inherit autotools pkgconfig
3232

33-
EXTRA_OECONF += "--enable-cpluscplus"
34-
35-
CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
33+
EXTRA_OECONF += "--enable-cplusplus"
3634

3735
FILES:${PN}-doc = "${datadir}"
3836

0 commit comments

Comments
 (0)