[oe] [PATCH 1/2] recipe for gsnmp-0.3.0

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Aug 4 11:51:38 UTC 2010


2010/8/4 Henri Bragge <henri.bragge at dcombus.com>

> Signed-off-by: Henri Bragge <henri.bragge at dcombus.com>
> ---
>  recipes/gsnmp/gsnmp.inc    |    6 ++++++
>  recipes/gsnmp/gsnmp_svn.bb |    8 ++++++++
>  2 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/gsnmp/gsnmp.inc
>  create mode 100644 recipes/gsnmp/gsnmp_svn.bb
>
> diff --git a/recipes/gsnmp/gsnmp.inc b/recipes/gsnmp/gsnmp.inc
> new file mode 100644
> index 0000000..66e88cc
> --- /dev/null
> +++ b/recipes/gsnmp/gsnmp.inc
> @@ -0,0 +1,6 @@
> +DESCRIPTION = "SNMP library written on top of glib and gnet."
> +LICENSE = "GPLv2"
> +SECTION = "libs/network"
> +DEPENDS = "glib-2.0 gnet"
> +
> +inherit autotools pkgconfig
> diff --git a/recipes/gsnmp/gsnmp_svn.bb b/recipes/gsnmp/gsnmp_svn.bb
> new file mode 100644
> index 0000000..ed27bb6
> --- /dev/null
> +++ b/recipes/gsnmp/gsnmp_svn.bb
> @@ -0,0 +1,8 @@
> +require gsnmp.inc
> +
> +SRCREV = "3372"
> +PV = "0.3.0+svnr${SRCREV}"
> +PR = "r1"
>

Why do you start with PR = r1?


> +
> +SRC_URI = "svn://
> cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp;module=trunk;proto=https
> "
>

Does it need to be https ?
If http is also supported, I would prefer http i.s.o. https


> +S = "${WORKDIR}/trunk"
> --
> 1.5.6.5
>
>
> _______________________________________________
> 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