[oe-commits] David-John Willis : libconfig: Add 1.3.2.

git version control git at git.openembedded.org
Wed Jan 6 08:35:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ce3b8896fb91c5b7615dd33fdd37fd5ee9d30be3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce3b8896fb91c5b7615dd33fdd37fd5ee9d30be3

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Mon Dec  7 09:31:21 2009 +0000

libconfig: Add 1.3.2.

---

 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 0000000..5606ff2
--- /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
+}





More information about the Openembedded-commits mailing list