aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libjson/libjson_svn.bb
diff options
context:
space:
mode:
authorRui Miguel Silva Seabra <rms@1407.org>2010-09-11 15:00:51 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2010-09-12 16:38:48 +0200
commit55b3912f14b1919bf2cd330e48546f11c179794f (patch)
treee8e30e84cf6a4240b8822082b4279f28332e082e /recipes/libjson/libjson_svn.bb
parenta206f14281bf00df0f6b261310bc1330da3323d2 (diff)
downloadopenembedded-55b3912f14b1919bf2cd330e48546f11c179794f.tar.gz
Elmdentica abandoned json-c in favor of cjson
Hi, cJSON is not a properly setup library, but drop in files (this should be fixed in the future), however it seems to be working a lot better than json-c. I was running into a lot of weird problems and crashes derived from json-c and so I tried cJSON as advised by disconfitor. Indeed it's working, faster, and more reliably, so I now add two patches: 1) removes elmdentica svn dependency on libjson (already commit in e's svn) 2) removes my naive patch to json-c (or libjson) as they're working on a much better patch and I was the only one using it AFAICT Please apply! Rui Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/libjson/libjson_svn.bb')
-rw-r--r--recipes/libjson/libjson_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libjson/libjson_svn.bb b/recipes/libjson/libjson_svn.bb
index 71c243d09b..a3ce14c92c 100644
--- a/recipes/libjson/libjson_svn.bb
+++ b/recipes/libjson/libjson_svn.bb
@@ -5,8 +5,7 @@ SECTION = "libs"
LICENSE = "MIT/X11"
PV = "0.9+svnr${SRCPV}"
-SRC_URI = "svn://svn.metaparadigm.com/svn/json-c/;module=trunk;proto=http \
- file://json-c-longlongint.patch"
+SRC_URI = "svn://svn.metaparadigm.com/svn/json-c/;module=trunk;proto=http"
SRCREV = "55"
S = "${WORKDIR}/trunk"