summaryrefslogtreecommitdiffstats
path: root/recipes/e17/elmdentica_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/e17/elmdentica_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/e17/elmdentica_svn.bb')
-rw-r--r--recipes/e17/elmdentica_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 5d08c69a51..460dbc1a4e 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "A indenti.ca client for E"
-DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native libjson"
+DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native"
LICENSE = "GPLv3+"
SECTION = "e/apps"
HOMEPAGE = "http://elmdentica.googlecode.com"