diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-03 15:45:13 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 08:55:54 +0200 |
| commit | 13412161aba0ec1349ae7f776b4973b58fb4d989 (patch) | |
| tree | 11cde4968ac5d1e80e10e989baba4530c596519e | |
| parent | 94572bcc4b96c6035eba0b8a8f043dfb744ece1f (diff) | |
| download | meta-openembedded-13412161aba0ec1349ae7f776b4973b58fb4d989.tar.gz | |
libinih: add git recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | 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 0000000000..4807bc7fe9 --- /dev/null +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "C and C++ INI Library" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/inih/" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | PV = "0.0+gitr${SRCPV}" | ||
| 5 | PKGV = "${GITPKGVTAG}" | ||
| 6 | LICENSE = "BSD" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" | ||
| 8 | |||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | # The github repository provides a cmake and pkg-config integration | ||
| 12 | SRCREV = "715cb4dc3d56714d7d53dcd94ae4b41c950119a7" | ||
| 13 | SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit gitpkgv cmake | ||
| 18 | |||
| 19 | # We don't have libinih since we only have static libraries | ||
| 20 | ALLOW_EMPTY_${PN} = "1" | ||
