mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
bdwgc: Add PACKAGECONFIG for libatomic-ops
Taken from the libgc recipe in meta-oe. (From OE-Core rev: a449598a839e677e2a094aa4bd9a68003de6e42e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,4 +35,9 @@ S = "${WORKDIR}/gc-${REAL_PV}"
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
# by default use external libatomic-ops
|
||||
PACKAGECONFIG ??= "libatomic-ops"
|
||||
PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user