aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/confuse/confuse_2.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/confuse/confuse_2.7.bb')
-rw-r--r--recipes/confuse/confuse_2.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/confuse/confuse_2.7.bb b/recipes/confuse/confuse_2.7.bb
new file mode 100644
index 0000000000..3bb57ebda0
--- /dev/null
+++ b/recipes/confuse/confuse_2.7.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Library for parsing configuration files."
+HOMEPAGE = "http://www.nongnu.org/confuse/"
+LICENSE = "LGPL"
+SECTION = "libs"
+
+SRC_URI = "http://download.savannah.gnu.org/releases/confuse/confuse-${PV}.tar.gz \
+ "
+inherit autotools binconfig pkgconfig lib_package
+
+EXTRA_OECONF = "--enable-shared"
+
+BBCLASSEXTEND = "native"
+SRC_URI[md5sum] = "45932fdeeccbb9ef4228f1c1a25e9c8f"
+SRC_URI[sha256sum] = "e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778"