[oe-commits] Otavio Salvador : libinih: add git recipe

git version control git at git.openembedded.org
Tue May 10 11:11:31 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 13412161aba0ec1349ae7f776b4973b58fb4d989
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=13412161aba0ec1349ae7f776b4973b58fb4d989

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue May  3 15:45:13 2011 +0000

libinih: add git recipe

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 meta-oe/recipes-support/inih/libinih_git.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
new file mode 100644
index 0000000..4807bc7
--- /dev/null
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "C and C++ INI Library"
+HOMEPAGE = "http://code.google.com/p/inih/"
+PRIORITY = "optional"
+PV = "0.0+gitr${SRCPV}"
+PKGV = "${GITPKGVTAG}"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
+
+PR = "r0"
+
+# The github repository provides a cmake and pkg-config integration
+SRCREV = "715cb4dc3d56714d7d53dcd94ae4b41c950119a7"
+SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit gitpkgv cmake
+
+# We don't have libinih since we only have static libraries
+ALLOW_EMPTY_${PN} = "1"





More information about the Openembedded-commits mailing list