mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 20:16:00 +00:00
21 lines
563 B
BlitzBasic
21 lines
563 B
BlitzBasic
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"
|