diff options
author | Christopher Larson <kergoth@gmail.com> | 2015-08-24 15:19:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:35:59 +0100 |
commit | a91e6f6c754721ff4d9624632a6275e6e69841ad (patch) | |
tree | a764045e41d97e86784ba87d967cbaeb3ae11688 /meta/recipes-support/bdwgc | |
parent | 3ffad2d4cb06ea141bd51ef36b96d33eeb6f9411 (diff) | |
download | poky-a91e6f6c754721ff4d9624632a6275e6e69841ad.tar.gz |
libatomic-ops: move to recipes-support, fix recipe name
- This recipe is useful for more than just pulseaudio, so move it to
recipes-support.
- Rename to the correct upstream name, which corresponds to the library name.
Keep a PROVIDES of libatomics-ops for compatibility.
(From OE-Core rev: 5014de67fa6da1672626e3ec92fc51430fca3262)
(From OE-Core rev: 5a14d4f981c2c12c274fade518d23706dca5889b)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/bdwgc')
-rw-r--r-- | meta/recipes-support/bdwgc/bdwgc_7.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb index 23ec95419c..1ca8cf77eb 100644 --- a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb +++ b/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb | |||
@@ -36,6 +36,6 @@ inherit autotools pkgconfig | |||
36 | 36 | ||
37 | # by default use external libatomic-ops | 37 | # by default use external libatomic-ops |
38 | PACKAGECONFIG ??= "libatomic-ops" | 38 | PACKAGECONFIG ??= "libatomic-ops" |
39 | PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops" | 39 | PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomic-ops" |
40 | 40 | ||
41 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |