From d72f1ca81b302bf013a4ad3743c437967b60312f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 9 Sep 2022 17:43:58 +0300 Subject: [PATCH] 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 --- meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb index 622402a04ad..d980eccc3c5 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb @@ -30,9 +30,7 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig -EXTRA_OECONF += "--enable-cpluscplus" - -CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" +EXTRA_OECONF += "--enable-cplusplus" FILES:${PN}-doc = "${datadir}"