mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libinih: add git recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
94572bcc4b
commit
13412161ab
@@ -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"
|
||||
Reference in New Issue
Block a user