diff options
Diffstat (limited to 'meta/recipes-support/bdwgc')
-rw-r--r-- | meta/recipes-support/bdwgc/bdwgc_7.2d.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.2d.bb b/meta/recipes-support/bdwgc/bdwgc_7.2d.bb index 2ba7aa5a87..2e1a0e5cfd 100644 --- a/meta/recipes-support/bdwgc/bdwgc_7.2d.bb +++ b/meta/recipes-support/bdwgc/bdwgc_7.2d.bb | |||
@@ -35,4 +35,9 @@ S = "${WORKDIR}/gc-${REAL_PV}" | |||
35 | ARM_INSTRUCTION_SET = "arm" | 35 | ARM_INSTRUCTION_SET = "arm" |
36 | 36 | ||
37 | inherit autotools pkgconfig | 37 | inherit autotools pkgconfig |
38 | |||
39 | # by default use external libatomic-ops | ||
40 | PACKAGECONFIG ??= "libatomic-ops" | ||
41 | PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops" | ||
42 | |||
38 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |