Signed-off-by: Otavio Salvador <[email protected]> --- meta-oe/recipes-support/inih/libinih_git.bb | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb
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 0000000..24411ca --- /dev/null +++ b/meta-oe/recipes-support/inih/libinih_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "C and C++ INI Library" +HOMEPAGE = "http://code.google.com/p/inih/" +PRIORITY = "optional" +PV = "0.0+gitr${SRCPV}" +PKGV = "${GITPKGVTAG}" +RDEPENDS_${PN}-dev = "" +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 -- 1.7.2.5 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
