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:34:19 +0100 |
commit | 5a14d4f981c2c12c274fade518d23706dca5889b (patch) | |
tree | fe1669bc87c0677103be975b8b0c5467f48aa09e /meta/recipes-devtools | |
parent | e43a47eb695050d04809ff54af14066acba6ec27 (diff) | |
download | openembedded-core-5a14d4f981c2c12c274fade518d23706dca5889b.tar.gz openembedded-core-5a14d4f981c2c12c274fade518d23706dca5889b.tar.bz2 openembedded-core-5a14d4f981c2c12c274fade518d23706dca5889b.zip |
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)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index 71f696e774..486969422c 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb @@ -37,7 +37,7 @@ BBCLASSEXTEND = "native" DEPENDS = "libunistring bdwgc gmp libtool libffi ncurses readline" # add guile-native only to the target recipe's DEPENDS -DEPENDS_append_class-target = " guile-native libatomics-ops" +DEPENDS_append_class-target = " guile-native libatomic-ops" RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" |