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:04 +0000 |
commit | 533c1db22eddaaaea7d58d1fc75d608b9ba8122a (patch) | |
tree | 1508e547d214a8ff0e1b56a5fa63c1ce23c74359 /meta/recipes-multimedia | |
parent | 9ae204660814a8dc50b67d6c35b872dfa78c17e1 (diff) | |
download | openembedded-core-533c1db22eddaaaea7d58d1fc75d608b9ba8122a.tar.gz openembedded-core-533c1db22eddaaaea7d58d1fc75d608b9ba8122a.tar.bz2 openembedded-core-533c1db22eddaaaea7d58d1fc75d608b9ba8122a.zip |
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.
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-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 \ DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool" # optional DEPENDS += "udev alsa-lib glib-2.0 dbus gconf" -DEPENDS += "libjson gdbm speex libxml-parser-perl-native" +DEPENDS += "json-c gdbm speex libxml-parser-perl-native" inherit autotools pkgconfig useradd gettext perlnative |