mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
subsurface: Fix libxml and libm build failures
Use pkg-config to find libxml2 and also link against libm to avoid build failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Martin Jansa
parent
e5925b868e
commit
141aedb403
@@ -11,7 +11,9 @@ PKGV = "${GITPKGVTAG}"
|
||||
PV = "1.1"
|
||||
|
||||
SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb"
|
||||
SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
|
||||
SRC_URI = "git://subsurface.hohndel.org/subsurface.git \
|
||||
file://pkgconfig.patch \
|
||||
file://libm.patch"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "CC='${CC}' \
|
||||
|
||||
Reference in New Issue
Block a user