summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/inih/libinih_git.bb20
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 0000000000..4807bc7fe9
--- /dev/null
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "C and C++ INI Library"
2HOMEPAGE = "http://code.google.com/p/inih/"
3PRIORITY = "optional"
4PV = "0.0+gitr${SRCPV}"
5PKGV = "${GITPKGVTAG}"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
8
9PR = "r0"
10
11# The github repository provides a cmake and pkg-config integration
12SRCREV = "715cb4dc3d56714d7d53dcd94ae4b41c950119a7"
13SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
14
15S = "${WORKDIR}/git"
16
17inherit gitpkgv cmake
18
19# We don't have libinih since we only have static libraries
20ALLOW_EMPTY_${PN} = "1"