diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-06 12:19:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-10 12:13:06 +0100 |
commit | a81753fff9200d0590a51d3576f7306e5358da8c (patch) | |
tree | 4f14118d4e091df4d07057f85f1c738f81d73afc /meta/recipes-support | |
parent | b425de93dbf77fcad9d0af34d11eb3e8f95e48c6 (diff) | |
download | poky-a81753fff9200d0590a51d3576f7306e5358da8c.tar.gz |
libbsd: drop obsolete patch
This was only needed with old pkg-config, but we have 0.29.2 so this can be
dropped.
(From OE-Core rev: 27605fc88d0dc8021abeccc38bab286f56a92736)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch | 33 | ||||
-rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.9.1.bb | 1 |
2 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch b/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch deleted file mode 100644 index 7e3a5b3be4..0000000000 --- a/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From b6972f1c29ebf073cbe19a4a669ee093259792a0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Fabio Berton <fabio.berton@ossystems.com.br> | ||
3 | Date: Mon, 30 Jan 2017 12:00:33 -0200 | ||
4 | Subject: [PATCH] src/libbsd-overlay.pc.in: Set Cflags to use -I instead of | ||
5 | -isystem | ||
6 | Organization: O.S. Systems Software LTDA. | ||
7 | |||
8 | pkg-config currently only handles -I and -L correctly, but misses | ||
9 | -isystem, so we need to do this workaround to fix this issue. | ||
10 | |||
11 | There's a open bug in: | ||
12 | https://bugzilla.freedesktop.org/show_bug.cgi?id=99516 | ||
13 | |||
14 | Upstream-Status: Pending | ||
15 | |||
16 | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> | ||
17 | --- | ||
18 | src/libbsd-overlay.pc.in | 2 +- | ||
19 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
20 | |||
21 | diff --git a/src/libbsd-overlay.pc.in b/src/libbsd-overlay.pc.in | ||
22 | index ac8bf89..65dc3ae 100644 | ||
23 | --- a/src/libbsd-overlay.pc.in | ||
24 | +++ b/src/libbsd-overlay.pc.in | ||
25 | @@ -8,4 +8,4 @@ Description: Utility functions from BSD systems (overlay) | ||
26 | Version: @VERSION@ | ||
27 | URL: https://libbsd.freedesktop.org/ | ||
28 | Libs: -L${libdir} -lbsd | ||
29 | -Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY | ||
30 | +Cflags: -I${includedir}/bsd -DLIBBSD_OVERLAY | ||
31 | -- | ||
32 | 2.11.0 | ||
33 | |||
diff --git a/meta/recipes-support/libbsd/libbsd_0.9.1.bb b/meta/recipes-support/libbsd/libbsd_0.9.1.bb index 2a1cd64535..2b75cdf956 100644 --- a/meta/recipes-support/libbsd/libbsd_0.9.1.bb +++ b/meta/recipes-support/libbsd/libbsd_0.9.1.bb | |||
@@ -33,7 +33,6 @@ SECTION = "libs" | |||
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |
35 | http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 35 | http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
36 | file://0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch \ | ||
37 | file://0001-flopen-Add-missing-fcntl.h-include.patch \ | 36 | file://0001-flopen-Add-missing-fcntl.h-include.patch \ |
38 | " | 37 | " |
39 | 38 | ||