[oe-commits] Otavio Salvador : libinih: readd without AUTOREV

git version control git at git.openembedded.org
Wed Feb 23 21:09:40 UTC 2011


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Feb 23 21:07:23 2011 +0000

libinih: readd without AUTOREV

This provides a C and C++ INI library that can be statically linked
into projects.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/libinih/libinih_git.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/libinih/libinih_git.bb b/recipes/libinih/libinih_git.bb
new file mode 100644
index 0000000..3296471
--- /dev/null
+++ b/recipes/libinih/libinih_git.bb
@@ -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





More information about the Openembedded-commits mailing list