All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added recipe for libconfig
@ 2012-06-13 13:19 Stefano Babic
  2012-06-13 13:34 ` Otavio Salvador
  2012-06-13 14:02 ` Burton, Ross
  0 siblings, 2 replies; 9+ messages in thread
From: Stefano Babic @ 2012-06-13 13:19 UTC (permalink / raw)
  To: openembedded-core

libconfig can be used to parse a configuration file
in a structured language, but still compact and more
suitable for embedded devices compared to XML.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 meta/recipes-support/libconfig/libconfig_1.4.8.bb |   15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-support/libconfig/libconfig_1.4.8.bb

diff --git a/meta/recipes-support/libconfig/libconfig_1.4.8.bb b/meta/recipes-support/libconfig/libconfig_1.4.8.bb
new file mode 100644
index 0000000..5b347b3
--- /dev/null
+++ b/meta/recipes-support/libconfig/libconfig_1.4.8.bb
@@ -0,0 +1,15 @@
+SUMMARY = "C/C++ Configuration File Library"
+DESCRIPTION = "processing of structured configuration files"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
+
+PR = "r0"
+
+SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-1.4.8.tar.gz \
+"
+
+SRC_URI[md5sum] = "36788da452e9fcfc8efb7661ef5d31ef"
+SRC_URI[sha256sum] = "18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed"
+
+inherit autotools
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [meta-oe][PATCH V2] Added recipe for libconfig
@ 2012-06-15 11:16 Stefano Babic
  2012-06-24 10:01 ` [PATCH V3] " Stefano Babic
  0 siblings, 1 reply; 9+ messages in thread
From: Stefano Babic @ 2012-06-15 11:16 UTC (permalink / raw)
  To: openembedded-devel

libconfig can be used to parse a configuration file
in a structured language, but still compact and more
suitable for embedded devices compared to XML.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---

- V1 was sent to oe-core, comments redirect it as right place to meta-oe
- Drop PR to use the default value

 .../recipes-support/libconfig/libconfig_1.4.8.bb   |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-support/libconfig/libconfig_1.4.8.bb

diff --git a/meta-oe/recipes-support/libconfig/libconfig_1.4.8.bb b/meta-oe/recipes-support/libconfig/libconfig_1.4.8.bb
new file mode 100644
index 0000000..ffde91f
--- /dev/null
+++ b/meta-oe/recipes-support/libconfig/libconfig_1.4.8.bb
@@ -0,0 +1,13 @@
+SUMMARY = "C/C++ Configuration File Library"
+DESCRIPTION = "processing of structured configuration files"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
+
+SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-1.4.8.tar.gz \
+"
+
+SRC_URI[md5sum] = "36788da452e9fcfc8efb7661ef5d31ef"
+SRC_URI[sha256sum] = "18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed"
+
+inherit autotools
-- 
1.7.9.5




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

end of thread, other threads:[~2012-06-24 10:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 13:19 [PATCH] Added recipe for libconfig Stefano Babic
2012-06-13 13:34 ` Otavio Salvador
2012-06-13 14:02 ` Burton, Ross
2012-06-13 14:22   ` Stefano Babic
2012-06-13 14:24     ` Burton, Ross
2012-06-14  8:00       ` Stefano Babic
2012-06-14 12:58         ` Philip Balister
2012-06-14 14:27           ` Stefano Babic
  -- strict thread matches above, loose matches on Subject: below --
2012-06-15 11:16 [meta-oe][PATCH V2] " Stefano Babic
2012-06-24 10:01 ` [PATCH V3] " Stefano Babic
2012-06-24 10:01   ` [PATCH] " Stefano Babic

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.