aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libbsd/libbsd_0.8.3.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-01-30 14:27:00 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:20:19 +0000
commit5bd23c01fd800c43ba3979b23585fe8ac30d7ec8 (patch)
treee10f2261004c8da31d0872e4671bdc0d928e06df /meta/recipes-support/libbsd/libbsd_0.8.3.bb
parentfa9a75c5c968ca878c702bd52f983ddf96ecca65 (diff)
downloadopenembedded-core-contrib-5bd23c01fd800c43ba3979b23585fe8ac30d7ec8.tar.gz
libbsd: libbsd-overlay.pc: Set Cflags to use -I instead of -isystem
pkg-config currently only handles -I and -L correctly, but misses -isystem, so we need to do this workaround to fix this issue. There's a open bug in: https://bugzilla.freedesktop.org/show_bug.cgi?id=99516 This appears when building lldpd and shows error: ERROR: lldpd-0.9.6-r0 do_configure: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. ERROR: lldpd-0.9.6-r0 do_configure: Function failed: do_qa_configure Change-Id: I83255b5952e19bb2f516b1186276cd03eb67eed3 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libbsd/libbsd_0.8.3.bb')
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.8.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.8.3.bb b/meta/recipes-support/libbsd/libbsd_0.8.3.bb
index fadd7886a2..e85ee2153d 100644
--- a/meta/recipes-support/libbsd/libbsd_0.8.3.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.8.3.bb
@@ -35,6 +35,7 @@ SECTION = "libs"
SRC_URI = " \
http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
+ file://0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch \
"
SRC_URI_append_libc-musl = " \
file://0001-Replace-__BEGIN_DECLS-and-__END_DECLS.patch \