[oe] [PATCH V3] Added recipe for libconfig

Stefano Babic sbabic at denx.de
Sun Jun 24 10:01:55 UTC 2012


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 at denx.de>
---
 .../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

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

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..56e1356
--- /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/${BPN}/${BP}.tar.gz \
+"
+
+SRC_URI[md5sum] = "36788da452e9fcfc8efb7661ef5d31ef"
+SRC_URI[sha256sum] = "18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed"
+
+inherit autotools
-- 
1.7.9.5





More information about the Openembedded-devel mailing list