aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libjson/libjson_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 10:23:58 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 10:25:01 +0200
commit4eda57ba4add863d5a23b8570ae4632f95158bb5 (patch)
tree2c24d7a2b04da55b8a0556d80e01aa01c3c9cccf /recipes/libjson/libjson_svn.bb
parentc34bf3cb88a9e99a22905fee4970dac914ee8a4f (diff)
downloadopenembedded-4eda57ba4add863d5a23b8570ae4632f95158bb5.tar.gz
libjson: add svn versions with patch needed for elmdentica
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libjson/libjson_svn.bb')
-rw-r--r--recipes/libjson/libjson_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libjson/libjson_svn.bb b/recipes/libjson/libjson_svn.bb
new file mode 100644
index 0000000000..71c243d09b
--- /dev/null
+++ b/recipes/libjson/libjson_svn.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "json C library"
+AUTHOR = "Michael Clark and C. Watford"
+HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
+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"
+
+SRCREV = "55"
+S = "${WORKDIR}/trunk"
+
+inherit autotools
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_shr = "1"