diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-07 09:31:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:52 +0100 |
commit | ce3b8896fb91c5b7615dd33fdd37fd5ee9d30be3 (patch) | |
tree | ddec477ee902cb54d39a0d87372f6f70a1216fad | |
parent | 8212c8228f6e04817e087a151c5659c7876dec2a (diff) |
libconfig: Add 1.3.2.
-rw-r--r-- | recipes/libconfig/libconfig_1.3.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libconfig/libconfig_1.3.2.bb b/recipes/libconfig/libconfig_1.3.2.bb new file mode 100644 index 0000000000..5606ff24ca --- /dev/null +++ b/recipes/libconfig/libconfig_1.3.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Library for manipulating structured configuration files" +AUTHOR = "Mark Lindner" +HOMEPAGE = "http://www.hyperrealm.com/libconfig/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPLv2" +PR = "r0" + +SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz" + +S = "${WORKDIR}/libconfig-${PV}" + +inherit autotools + +do_stage() { + autotools_stage_all +} |