diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-19 23:24:41 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-20 16:07:50 -0800 |
commit | dcb22ae7aa9141bfddf126f67673769854fa522c (patch) | |
tree | 6ad53d79c23cdf8bd08f44911636da99d9922f2f /meta-networking/recipes-connectivity/civetweb | |
parent | 866303bb7356467c4cc7e3aa6b2257876dfb6f27 (diff) | |
download | meta-openembedded-dcb22ae7aa9141bfddf126f67673769854fa522c.tar.gz |
civetweb: Upgrade to latest tip
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/civetweb')
-rw-r--r-- | meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb index c8fe24c63..71368c1a1 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/civetweb/civetweb" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f28fdcba0dda735eed62bac6a397562" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f28fdcba0dda735eed62bac6a397562" |
6 | 6 | ||
7 | SRCREV = "ce8f6d38a60eb16c996afee1e5340f76ef4d0923" | 7 | SRCREV = "6423faea4800f6cd4055750a7af2da85cdbe4e96" |
8 | PV = "1.11+git${SRCPV}" | 8 | PV = "1.11+git${SRCPV}" |
9 | SRC_URI = "git://github.com/civetweb/civetweb.git \ | 9 | SRC_URI = "git://github.com/civetweb/civetweb.git \ |
10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |