[oe] [PATCH] neon: bump version to 0.28.3

Ihar Hrachyshka ihar.hrachyshka at gmail.com
Thu Jun 4 14:24:34 UTC 2009


So what's the status of the patch? Can you update neon library?

PS: Sorry for the previous unneeded email.

On Mon, Feb 16, 2009 at 5:37 PM, Ihar Hrachyshka
<ihar.hrachyshka at gmail.com> wrote:
> Seems that current neon versions doesn't work with gnutls 2.x
>
> Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
> ---
>  conf/checksums.ini           |    4 ++++
>  packages/neon/neon_0.28.3.bb |   16 ++++++++++++++++
>  2 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 packages/neon/neon_0.28.3.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 178f45c..a08be2a 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -15674,6 +15674,10 @@ sha256=76472e51576b42bfc129e487ae7dd3a5e1f1f380105b422fc14ee408e3a881df
>  md5=516c576c0ca5c0a01ad24d018093cfee
>  sha256=8a29457052b73ac0139e3b2824a74323256dd7631b1691239ddb18124e231a71
>
> +[http://www.webdav.org/neon/neon-0.28.3.tar.gz]
> +md5=47599a328862ce64ac3c52726d6daa12
> +sha256=90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2
> +
>  [http://downloads.sourceforge.net/net-snmp/net-snmp-5.1.2.tar.gz]
>  md5=8080555ab3f90011f25d5122042d9a8d
>  sha256=1fca69e934c3d526e308450cc5af2478d440e012922dd0bb10388fcf093ef32e
> diff --git a/packages/neon/neon_0.28.3.bb b/packages/neon/neon_0.28.3.bb
> new file mode 100644
> index 0000000..0e347e7
> --- /dev/null
> +++ b/packages/neon/neon_0.28.3.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
> +SECTION = "libs"
> +LICENSE = "LGPL"
> +DEPENDS = "zlib libxml2 expat time gnutls"
> +
> +DEFAULT_PREFERENCE = "1"
> +
> +SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
> +
> +inherit autotools binconfig lib_package pkgconfig
> +
> +EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
> +
> +do_stage () {
> +       autotools_stage_all
> +}
> --
> 1.5.6.3
>
>
>




More information about the Openembedded-devel mailing list