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-multimedia/pulseaudio | |
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-multimedia/pulseaudio')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/libatomics-ops_7.4.2.bb | 28 | ||||
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_7.4.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_7.4.2.bb deleted file mode 100644 index 26faabb1bf..0000000000 --- a/meta/recipes-multimedia/pulseaudio/libatomics-ops_7.4.2.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "A library for atomic integer operations" | ||
2 | HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" | ||
3 | SECTION = "optional" | ||
4 | LICENSE = "GPLv2 & MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
6 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ | ||
7 | " | ||
8 | |||
9 | SRC_URI = "http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "1d6538604b314d2fccdf86915e5c0857" | ||
12 | SRC_URI[sha256sum] = "04fa615f62992547bcbda562260e28b504bc4c06e2f985f267f3ade30304b5dd" | ||
13 | |||
14 | S = "${WORKDIR}/libatomic_ops-${PV}" | ||
15 | |||
16 | ALLOW_EMPTY_${PN} = "1" | ||
17 | |||
18 | ARM_INSTRUCTION_SET = "arm" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | do_install_append() { | ||
23 | # those contain only docs, not necessary for now. | ||
24 | install -m 0755 -d ${D}${docdir} | ||
25 | mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${BPN} | ||
26 | } | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 3389ec9916..a098473878 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \ | |||
7 | file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 7 | file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
8 | file://src/pulsecore/resampler.h;beginline=4;endline=21;md5=09794012ae16912c0270f3280cc8ff84" | 8 | file://src/pulsecore/resampler.h;beginline=4;endline=21;md5=09794012ae16912c0270f3280cc8ff84" |
9 | 9 | ||
10 | DEPENDS = "libatomics-ops liboil libsndfile1 libtool" | 10 | DEPENDS = "libatomic-ops liboil libsndfile1 libtool" |
11 | # optional | 11 | # optional |
12 | DEPENDS += "udev alsa-lib glib-2.0 dbus gconf" | 12 | DEPENDS += "udev alsa-lib glib-2.0 dbus gconf" |
13 | DEPENDS += "json-c gdbm speexdsp libxml-parser-perl-native libcap" | 13 | DEPENDS += "json-c gdbm speexdsp libxml-parser-perl-native libcap" |