diff options
author | Jack Mitchell <jmitchell@cbnl.com> | 2013-11-18 16:14:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:29 +0000 |
commit | f1cdef5656195566dfb2ff015fbc60b72299310a (patch) | |
tree | 876b2d59d92230e12f11c09fb77e1525e9c8d35c /meta/recipes-multimedia/pulseaudio | |
parent | a053eff03e9f481297017e6d6f080d6ebe5b7a6b (diff) | |
download | poky-f1cdef5656195566dfb2ff015fbc60b72299310a.tar.gz |
libjson: update to 0.11 and rename to json-c
libjson is now known as json-c. Config.status is removed as it breaks
seperate build dir builds. Built without parallel make as it fails,
official word is not to bother trying.
(From OE-Core rev: 533c1db22eddaaaea7d58d1fc75d608b9ba8122a)
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index bb13f4b52e..7e87ef8d6b 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \ | |||
11 | DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool" | 11 | DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool" |
12 | # optional | 12 | # optional |
13 | DEPENDS += "udev alsa-lib glib-2.0 dbus gconf" | 13 | DEPENDS += "udev alsa-lib glib-2.0 dbus gconf" |
14 | DEPENDS += "libjson gdbm speex libxml-parser-perl-native" | 14 | DEPENDS += "json-c gdbm speex libxml-parser-perl-native" |
15 | 15 | ||
16 | inherit autotools pkgconfig useradd gettext perlnative | 16 | inherit autotools pkgconfig useradd gettext perlnative |
17 | 17 | ||