[oe-commits] Otavio Salvador : libinih: add

git version control git at git.openembedded.org
Sat Feb 19 13:00:50 UTC 2011


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Feb 19 01:43:22 2011 +0000

libinih: add

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>
Acked-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.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..e9f811f
--- /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 = "r0"
+LICENSE = "BSD"
+RDEPENDS_${PN}-dev = ""
+
+SRCREV = "${AUTOREV}"
+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