Files
meta-openembedded/meta-oe/recipes-support/inih/libinih_git.bb
Otavio Salvador 84197dc0c2 inih: bump SRCREV to sync with upstream r12
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28 14:57:03 +02:00

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 = "r2"
# The github repository provides a cmake and pkg-config integration
SRCREV = "7ab5f69cde1e921f58d0ef00fa8039d8ea311226"
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"