diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-16 15:15:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-17 14:42:17 +0100 |
commit | 34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1 (patch) | |
tree | ba0d27edf755a2ca8f2fad68323a1c3256492c7d /meta | |
parent | 9e83b6d4657b58fea844d4d9d3320b8c25f0cc7e (diff) | |
download | openembedded-core-34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1.tar.gz openembedded-core-34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1.tar.bz2 openembedded-core-34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1.zip |
libproxy: update to version 0.4.13
1. libproxy moved from google-code to github
2. Remove upstreamed patch:
a) 0001-test-Include-sys-select.h-for-select.patch
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch | 37 | ||||
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.13.bb (renamed from meta/recipes-support/libproxy/libproxy_0.4.11.bb) | 14 |
2 files changed, 7 insertions, 44 deletions
diff --git a/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch b/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch deleted file mode 100644 index 5ae52f2d43..0000000000 --- a/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch +++ /dev/null @@ -1,37 +0,0 @@ -From f5f2c2289eb35eb804c1c35e46ca41b58e4cae01 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@gmail.com> -Date: Mon, 6 Apr 2015 14:13:49 -0700 -Subject: [PATCH] test: Include <sys/select.h> for select() - -As per posix we need to include this file otherwise we end up with errors like - -/home/kraj/work/bleeding/openembedded-core/build/tmp-musl/work/mips32r2-oe-linux-musl/libproxy/0.4.11-r0/libproxy-0.4.11/libproxy/test/get-pac-test.cpp: In member function 'bool TestServer::loop()': -/home/kraj/work/bleeding/openembedded-core/build/tmp-musl/work/mips32r2-oe-linux-musl/libproxy/0.4.11-r0/libproxy-0.4.11/libproxy/test/get-pac-test.cpp:80:4: error: 'fd_set' was not declared in this scope - fd_set fds; - ^ -/home/kraj/work/bleeding/openembedded-core/build/tmp-musl/work/mips32r2-oe-linux-musl/libproxy/0.4.11-r0/libproxy-0.4.11/libproxy/test/get-pac-test.cpp:89:14: error: 'fds' was not declared in this scope - FD_ZERO (&fds); -<JIRA TICKET #1>, <JIRA TICKET #2>, <JIRA TICKET #n> : <one line summary of change> - -Upstream-Status: Pending - -Signed-off-by: Khem Raj <raj.khem@gmail.com> ---- - libproxy/test/get-pac-test.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libproxy/test/get-pac-test.cpp b/libproxy/test/get-pac-test.cpp -index a61fc4b..bda4646 100644 ---- a/libproxy/test/get-pac-test.cpp -+++ b/libproxy/test/get-pac-test.cpp -@@ -3,6 +3,7 @@ - #include <sstream> - #include <string> - -+#include <sys/select.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> --- -2.1.4 - diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.13.bb index 8cc90bb8e7..3940e228d3 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.13.bb @@ -1,6 +1,6 @@ SUMMARY = "Library providing automatic proxy configuration management" -HOMEPAGE = "http://code.google.com/p/libproxy/" -BUGTRACKER = "http://code.google.com/p/libproxy/issues/list" +HOMEPAGE = "https://github.com/libproxy/libproxy" +BUGTRACKER = "https://github.com/libproxy/libproxy/issues" SECTION = "libs" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0" -SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \ - file://0001-test-Include-sys-select.h-for-select.patch \ - " +SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" -SRC_URI[md5sum] = "3cd1ae2a4abecf44b3f24d6639d2cd84" -SRC_URI[sha256sum] = "dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b" +UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases" + +SRC_URI[md5sum] = "de293bb311f185a2ffa3492700a694c2" +SRC_URI[sha256sum] = "d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd" inherit cmake pkgconfig |