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:43:29 +0100 |
commit | 53b05b5508e1d88b0670121851fef958e0cca6fc (patch) | |
tree | b742a9280edd7ba3d5db8b10602fb790b9d158e5 /meta | |
parent | 31af2908d3198dcc82b622e949142cbe9ba3cd43 (diff) | |
download | poky-53b05b5508e1d88b0670121851fef958e0cca6fc.tar.gz |
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
(From OE-Core rev: 34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1)
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 @@ | |||
1 | From f5f2c2289eb35eb804c1c35e46ca41b58e4cae01 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Mon, 6 Apr 2015 14:13:49 -0700 | ||
4 | Subject: [PATCH] test: Include <sys/select.h> for select() | ||
5 | |||
6 | As per posix we need to include this file otherwise we end up with errors like | ||
7 | |||
8 | /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()': | ||
9 | /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 | ||
10 | fd_set fds; | ||
11 | ^ | ||
12 | /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 | ||
13 | FD_ZERO (&fds); | ||
14 | <JIRA TICKET #1>, <JIRA TICKET #2>, <JIRA TICKET #n> : <one line summary of change> | ||
15 | |||
16 | Upstream-Status: Pending | ||
17 | |||
18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
19 | --- | ||
20 | libproxy/test/get-pac-test.cpp | 1 + | ||
21 | 1 file changed, 1 insertion(+) | ||
22 | |||
23 | diff --git a/libproxy/test/get-pac-test.cpp b/libproxy/test/get-pac-test.cpp | ||
24 | index a61fc4b..bda4646 100644 | ||
25 | --- a/libproxy/test/get-pac-test.cpp | ||
26 | +++ b/libproxy/test/get-pac-test.cpp | ||
27 | @@ -3,6 +3,7 @@ | ||
28 | #include <sstream> | ||
29 | #include <string> | ||
30 | |||
31 | +#include <sys/select.h> | ||
32 | #include <sys/socket.h> | ||
33 | #include <netinet/in.h> | ||
34 | #include <arpa/inet.h> | ||
35 | -- | ||
36 | 2.1.4 | ||
37 | |||
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 @@ | |||
1 | SUMMARY = "Library providing automatic proxy configuration management" | 1 | SUMMARY = "Library providing automatic proxy configuration management" |
2 | HOMEPAGE = "http://code.google.com/p/libproxy/" | 2 | HOMEPAGE = "https://github.com/libproxy/libproxy" |
3 | BUGTRACKER = "http://code.google.com/p/libproxy/issues/list" | 3 | BUGTRACKER = "https://github.com/libproxy/libproxy/issues" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
8 | 8 | ||
9 | DEPENDS = "glib-2.0" | 9 | DEPENDS = "glib-2.0" |
10 | 10 | ||
11 | SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 11 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" |
12 | file://0001-test-Include-sys-select.h-for-select.patch \ | ||
13 | " | ||
14 | 12 | ||
15 | SRC_URI[md5sum] = "3cd1ae2a4abecf44b3f24d6639d2cd84" | 13 | UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases" |
16 | SRC_URI[sha256sum] = "dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b" | 14 | |
15 | SRC_URI[md5sum] = "de293bb311f185a2ffa3492700a694c2" | ||
16 | SRC_URI[sha256sum] = "d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd" | ||
17 | 17 | ||
18 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
19 | 19 | ||