Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] New recipe - jansson, C library for encoding, decoding and manipulating JSON data
@ 2012-04-12 13:42 ml
  2012-04-12 14:08 ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: ml @ 2012-04-12 13:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jack Mitchell

From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
 meta-oe/recipes-support/jansson/jansson.inc    |    8 ++++++++
 meta-oe/recipes-support/jansson/jansson_2.3.bb |    4 ++++
 2 files changed, 12 insertions(+)
 create mode 100644 meta-oe/recipes-support/jansson/jansson.inc
 create mode 100644 meta-oe/recipes-support/jansson/jansson_2.3.bb

diff --git a/meta-oe/recipes-support/jansson/jansson.inc b/meta-oe/recipes-support/jansson/jansson.inc
new file mode 100644
index 0000000..d3620ad
--- /dev/null
+++ b/meta-oe/recipes-support/jansson/jansson.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "Jansson is a C library for encoding, decoding and manipulating JSON data."
+HOMEPAGE = "http://www.digip.org/jansson/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f521466f4aa39f2dec7513bf8ad26805"
+
+SRC_URI = "http://www.digip.org/jansson/releases/${PN}-${PV}.tar.gz"
+
+inherit autotools
diff --git a/meta-oe/recipes-support/jansson/jansson_2.3.bb b/meta-oe/recipes-support/jansson/jansson_2.3.bb
new file mode 100644
index 0000000..7e6e797
--- /dev/null
+++ b/meta-oe/recipes-support/jansson/jansson_2.3.bb
@@ -0,0 +1,4 @@
+require jansson.inc
+
+SRC_URI[md5sum] = "17d92cb6200cc06d8403134cb37ad2b8"
+SRC_URI[sha256sum] = "db2a4202b4731398b16c97335f94536611283801236dbcd529e190f11e837292"
-- 
1.7.10




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

end of thread, other threads:[~2012-04-12 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 13:42 [PATCH] New recipe - jansson, C library for encoding, decoding and manipulating JSON data ml
2012-04-12 14:08 ` Koen Kooi
2012-04-12 14:17   ` Jack Mitchell
2012-04-12 14:36     ` Paul Eggleton
2012-04-12 14:38     ` Andreas Oberritter
2012-04-12 14:40       ` Koen Kooi
2012-04-12 15:14         ` Jack Mitchell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox