libinih: readd without AUTOREV
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 23 Feb 2011 21:07:23 +0000 (21:07 +0000)
committerTom Rini <tom_rini@mentor.com>
Wed, 23 Feb 2011 21:08:28 +0000 (14:08 -0700)
This provides a C and C++ INI library that can be statically linked
into projects.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/libinih/libinih_git.bb [new file with mode: 0644]

diff --git a/recipes/libinih/libinih_git.bb b/recipes/libinih/libinih_git.bb
new file mode 100644 (file)
index 0000000..3296471
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "C and C++ INI Library"
+PRIORITY = "optional"
+PV = "0.0+gitr${SRCPV}"
+PKGV = "${GITPKGVTAG}"
+PR = "r1"
+LICENSE = "BSD"
+RDEPENDS_${PN}-dev = ""
+
+SRCREV = "53c81b2d5641551070947bd69ce4c23f17685804"
+SRC_URI = "git://projetos.ossystems.com.br/git/libinih.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit gitpkgv cmake