diff options
author | Andrea Galbusera <gizero@gmail.com> | 2012-10-09 09:13:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 12:35:07 +0200 |
commit | 9e701bb060325bc47509d4874bd695f039191ea8 (patch) | |
tree | d7b4f5bcc7d09e7ecc221faef3f9328ca6086586 /meta-oe | |
parent | ca82ad8f882427d3448b78840e51de96463331cc (diff) | |
download | meta-openembedded-9e701bb060325bc47509d4874bd695f039191ea8.tar.gz |
libconfig: port from classic and update
* based on recipe from oe-classic
* update to currently available upstream version 1.4.9
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb new file mode 100644 index 000000000..c7d3cf767 --- /dev/null +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "C/C++ Configuration File Library" | ||
2 | DESCRIPTION = "Library for manipulating structured configuration files" | ||
3 | HOMEPAGE = "http://www.hyperrealm.com/libconfig/" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "LGPLv2.1" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" | ||
8 | |||
9 | SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634" | ||
14 | SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041" | ||