aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libinih/libinih_git.bb
blob: 3296471ac931a24f3063ed9ee44ef29a0a1d45f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "C and C++ INI Library"
PRIORITY = "optional"
PV = "0.0+gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "r1"
LICENSE = "BSD"
RDEPENDS_${PN}-dev = ""

SRCREV = "53c81b2d5641551070947bd69ce4c23f17685804"
SRC_URI = "git://projetos.ossystems.com.br/git/libinih.git;protocol=git"

S = "${WORKDIR}/git"

inherit gitpkgv cmake