From patchwork Wed Jun 13 13:19:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Added recipe for libconfig Date: Wed, 13 Jun 2012 13:19:05 -0000 From: Stefano Babic X-Patchwork-Id: 29789 Message-Id: <1339593545-14046-1-git-send-email-sbabic@denx.de> To: openembedded-core@lists.openembedded.org 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 --- 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