diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-01 13:57:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 15:02:59 +0200 |
commit | 9008c3f0f81fd2b52e8f1f9b9b05b453a3b22371 (patch) | |
tree | e936ee15a5237996735110a5f7892f80507ca750 | |
parent | 46b758db32b681c3975555946ba5381fa678340e (diff) | |
download | meta-openembedded-9008c3f0f81fd2b52e8f1f9b9b05b453a3b22371.tar.gz |
libgc: add PACKAGECONFIG for libatomic-ops
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgc/libgc_7.2d.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb index ec2b382bc..82a7f138a 100644 --- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb +++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb | |||
@@ -16,5 +16,9 @@ S = "${WORKDIR}/gc-7.2" | |||
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | 18 | ||
19 | # by default use external libatomic-ops | ||
20 | PACKAGECONFIG ??= "libatomic-ops" | ||
21 | PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops" | ||
22 | |||
19 | PACKAGES =+ "${PN}-docs" | 23 | PACKAGES =+ "${PN}-docs" |
20 | FILES_${PN}-docs = "/usr/share/gc" | 24 | FILES_${PN}-docs = "/usr/share/gc" |