[OE-core] [PATCH] libproxy: upgrade to 0.4.7

Saul Wold saul.wold at intel.com
Wed Oct 5 04:13:49 UTC 2011


On 09/30/2011 06:44 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa<Martin.Jansa at gmail.com>
> ---
>   meta/recipes-support/libproxy/libproxy_0.4.6.bb |   29 -----------------------
>   meta/recipes-support/libproxy/libproxy_0.4.7.bb |   27 +++++++++++++++++++++
>   2 files changed, 27 insertions(+), 29 deletions(-)
>   delete mode 100644 meta/recipes-support/libproxy/libproxy_0.4.6.bb
>   create mode 100644 meta/recipes-support/libproxy/libproxy_0.4.7.bb
>
> diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
> deleted file mode 100644
> index d907c55..0000000
> --- a/meta/recipes-support/libproxy/libproxy_0.4.6.bb
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -DESCRIPTION = "A library that provides automatic proxy configuration management"
> -HOMEPAGE = "http://code.google.com/p/libproxy/"
> -BUGTRACKER = "http://code.google.com/p/libproxy/issues/list"
> -SECTION = "libs"
> -LICENSE = "LGPLv2.1+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
> -                    file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
> -
> -
> -DEPENDS = "gconf"
> -
> -SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "199c6b120baf1f7258a55f38d5ec74f5"
> -SRC_URI[sha256sum] = "9ad912e63b1efca98fb442240a2bc7302e6021c1d0b1b9363327729f29462f30"
> -
> -PR = "r2"
> -
> -inherit cmake pkgconfig
> -
> -EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \
> -	      -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no -DLIB_INSTALL_DIR=${libdir}"
> -
> -FILES_${PN}-dbg += "${libdir}/libproxy/${PV}/plugins/.debug/ ${libdir}/libproxy/${PV}/modules/.debug/"
> -
> -do_configure_prepend() {
> -	export HOST_SYS=${HOST_SYS}
> -	export BUILD_SYS=${BUILD_SYS}
> -}
> diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
> new file mode 100644
> index 0000000..2793b41
> --- /dev/null
> +++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "A library that provides automatic proxy configuration management"
> +HOMEPAGE = "http://code.google.com/p/libproxy/"
> +BUGTRACKER = "http://code.google.com/p/libproxy/issues/list"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
> +                    file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
> +
> +
> +DEPENDS = "gconf"
> +
> +SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5"
> +SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797"
> +
> +inherit cmake pkgconfig
> +
> +EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \
> +	      -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no -DLIB_INSTALL_DIR=${libdir}"
> +
> +FILES_${PN}-dbg += "${libdir}/libproxy/${PV}/plugins/.debug/ ${libdir}/libproxy/${PV}/modules/.debug/"
> +
> +do_configure_prepend() {
> +	export HOST_SYS=${HOST_SYS}
> +	export BUILD_SYS=${BUILD_SYS}
> +}

Looks like the v1 set of changes got merged by RP, both this and the 
json-glib patch

Thanks
	Sau!





More information about the Openembedded-core mailing list