diff options
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb b/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb index 407de2138..b478b86ba 100644 --- a/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb +++ b/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb @@ -32,8 +32,8 @@ 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" +CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" -FILES_${PN}-doc = "${datadir}" +FILES:${PN}-doc = "${datadir}" BBCLASSEXTEND = "native nativesdk" |