All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 1/2] libjson: add 0.9
@ 2011-11-24  9:18 Koen Kooi
  2011-11-24  9:18 ` [PATCHv2 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
  2011-11-29 15:49 ` [PATCHv2 1/2] libjson: add 0.9 Saul Wold
  0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2011-11-24  9:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---

Changes since v1:
	* fix LICENSE

 meta/recipes-devtools/libjson/libjson_0.9.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb

diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
new file mode 100644
index 0000000..e4951a8
--- /dev/null
+++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "JSON-C - A JSON implementation in C"
+HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
+
+SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
+SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
+SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
+
+S = "${WORKDIR}/json-c-${PV}"
+
+
+inherit autotools
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-07 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24  9:18 [PATCHv2 1/2] libjson: add 0.9 Koen Kooi
2011-11-24  9:18 ` [PATCHv2 2/2] pulseaudio: update to 1.1, delete 0.9.x Koen Kooi
2011-11-24 11:18   ` Koen Kooi
2011-11-28 16:31   ` Koen Kooi
2011-12-07 16:00     ` Ulf Samuelsson
2011-11-29 15:50   ` Saul Wold
2011-11-29 15:49 ` [PATCHv2 1/2] libjson: add 0.9 Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.