summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-02 21:04:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-03 16:49:19 +0100
commite5cf31cf9387fe6d7fef84c67bb78e5c814b06d5 (patch)
treee5e32a375a68e6f8bc4ddaaf3b4724080d5cd9c8 /meta/recipes-multimedia
parent905061e47852199f1a680a1bf303c070258538ef (diff)
downloadpoky-e5cf31cf9387fe6d7fef84c67bb78e5c814b06d5.tar.gz
recipes: Add missing pkgconfig class inherits
These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb2
-rw-r--r--meta/recipes-multimedia/lame/lame_3.99.5.bb2
-rw-r--r--meta/recipes-multimedia/sbc/sbc_1.2.bb2
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20120314.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
index 2edacc1b1b..123926a069 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282ed
24EXTRA_OECONF = "--disable-xmlto" 24EXTRA_OECONF = "--disable-xmlto"
25EXTRA_OECONF_append_libc-uclibc = " --disable-nls" 25EXTRA_OECONF_append_libc-uclibc = " --disable-nls"
26 26
27inherit autotools-brokensep gettext 27inherit autotools-brokensep gettext pkgconfig
28 28
29# This are all packages that we need to make. Also, the now empty alsa-utils 29# This are all packages that we need to make. Also, the now empty alsa-utils
30# ipk depends on them. 30# ipk depends on them.
diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 695b7ca989..33b343bc26 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
19SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce" 19SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce"
20SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff" 20SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
21 21
22inherit autotools 22inherit autotools pkgconfig
23 23
24PACKAGES += "libmp3lame libmp3lame-dev" 24PACKAGES += "libmp3lame libmp3lame-dev"
25FILES_${PN} = "${bindir}/lame" 25FILES_${PN} = "${bindir}/lame"
diff --git a/meta/recipes-multimedia/sbc/sbc_1.2.bb b/meta/recipes-multimedia/sbc/sbc_1.2.bb
index c9811e7c5b..9cdf01bb74 100644
--- a/meta/recipes-multimedia/sbc/sbc_1.2.bb
+++ b/meta/recipes-multimedia/sbc/sbc_1.2.bb
@@ -13,4 +13,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
13SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" 13SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9"
14SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" 14SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc"
15 15
16inherit autotools 16inherit autotools pkgconfig
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb
index 145316c53b..afc78ac424 100644
--- a/meta/recipes-multimedia/tremor/tremor_20120314.bb
+++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb
@@ -15,7 +15,7 @@ SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
15 15
16S = "${WORKDIR}/Tremor" 16S = "${WORKDIR}/Tremor"
17 17
18inherit autotools 18inherit autotools pkgconfig
19 19
20EXTRA_OECONF = "--enable-shared" 20EXTRA_OECONF = "--enable-shared"
21 21