[oe] [PATCH 07/16] libinih: add

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sun Feb 20 09:37:54 UTC 2011


2011/2/18 Otavio Salvador <otavio at ossystems.com.br>:
> This provides a C and C++ INI library that can be statically linked
> into projects.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> Acked-by: Khem Raj <raj.khem at gmail.com>

I pushed this recipe yesterday, but apparently it seems to break the
build, so I reverted it.
Guess this is the bad guy:
SRCREV = "${AUTOREV}"
anyway using autorev is not really desired (didn't realize it when pushing)

Otavio can you come with a better version?

Frans

> ---
>  recipes/libinih/libinih_git.bb |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/libinih/libinih_git.bb
>
> diff --git a/recipes/libinih/libinih_git.bb b/recipes/libinih/libinih_git.bb
> new file mode 100644
> index 0000000..e9f811f
> --- /dev/null
> +++ b/recipes/libinih/libinih_git.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "C and C++ INI Library"
> +PRIORITY = "optional"
> +PV = "0.0+gitr${SRCPV}"
> +PKGV = "${GITPKGVTAG}"
> +PR = "r0"
> +LICENSE = "BSD"
> +RDEPENDS_${PN}-dev = ""
> +
> +SRCREV = "${AUTOREV}"
> +SRC_URI = "git://projetos.ossystems.com.br/git/libinih.git;protocol=git"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit gitpkgv cmake
> --
> 1.7.2.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list