mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libgc: add PACKAGECONFIG for libatomic-ops
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -16,5 +16,9 @@ S = "${WORKDIR}/gc-7.2"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
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"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-docs"
|
PACKAGES =+ "${PN}-docs"
|
||||||
FILES_${PN}-docs = "/usr/share/gc"
|
FILES_${PN}-docs = "/usr/share/gc"
|
||||||
|
|||||||
Reference in New Issue
Block a user