aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-06-24 00:10:11 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-24 23:04:04 -0700
commitbadb14da1691cd14f5ba7ca54631bda30ed26194 (patch)
treee8767388efc5aee6fc7b4c9249dd704a6b078bf1 /meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
parentdddf4bdd3bae1b9e67bc33eea93b1d204a495f97 (diff)
downloadmeta-openembedded-badb14da1691cd14f5ba7ca54631bda30ed26194.tar.gz
civetweb: Fix paths to librt and libm, use -l linker option
Fixes build where it pokes for libraries on host system Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/civetweb/civetweb_git.bb')
-rw-r--r--meta-networking/recipes-connectivity/civetweb/civetweb_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 45d6ec8864..471a665099 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -4,12 +4,12 @@ HOMEPAGE = "https://github.com/civetweb/civetweb"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f28fdcba0dda735eed62bac6a397562"
-SRCREV = "b8148afe8fa44c64f75e69655c4fdc9095565568"
+SRCREV = "19f31ba8dd8443e86c7028a4b4c37f4b299aa68c"
PV = "1.10+git${SRCPV}"
-SRC_URI = "git://github.com/civetweb/civetweb.git"
-SRC_URI_append_class-native = " \
- file://0001-Test-Fix-missing-librt-and-libm-during-native-compil.patch \
-"
+SRC_URI = "git://github.com/civetweb/civetweb.git \
+ file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
+ "
+
S = "${WORKDIR}/git"
# civetweb supports building with make or cmake (although cmake lacks few features)