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/conf | |
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/conf')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index c0671834d6..e1a5c6b43a 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -294,7 +294,7 @@ B_pn-libice = "${SEPB}" | |||
294 | B_pn-libice-native = "${SEPB}" | 294 | B_pn-libice-native = "${SEPB}" |
295 | B_pn-libid3tag = "${SEPB}" | 295 | B_pn-libid3tag = "${SEPB}" |
296 | B_pn-libidn = "${SEPB}" | 296 | B_pn-libidn = "${SEPB}" |
297 | B_pn-libjson = "${SEPB}" | 297 | B_pn-json-c = "${SEPB}" |
298 | B_pn-libksba = "${SEPB}" | 298 | B_pn-libksba = "${SEPB}" |
299 | B_pn-libmad = "${SEPB}" | 299 | B_pn-libmad = "${SEPB}" |
300 | B_pn-libmatchbox = "${SEPB}" | 300 | B_pn-libmatchbox = "${SEPB}" |