Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [PATCH] libproxy: upgrade to 0.4.7
Date: Tue, 04 Oct 2011 21:13:49 -0700	[thread overview]
Message-ID: <4E8BD97D.9060705@intel.com> (raw)
In-Reply-To: <1317390278-15364-1-git-send-email-Martin.Jansa@gmail.com>

On 09/30/2011 06:44 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa<Martin.Jansa@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!




      reply	other threads:[~2011-10-05  4:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30 13:44 [PATCH] libproxy: upgrade to 0.4.7 Martin Jansa
2011-10-05  4:13 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E8BD97D.9060705@intel.com \
    --to=saul.wold@intel.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox