diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-22 11:45:27 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:01 +0200 |
commit | 0ef3f00161c8fcbb39c0d1492cbdacbead8ba26d (patch) | |
tree | e42db529bc41847ad0876a0d0a84f755e3d17031 | |
parent | 705a86332c1df1746fedb893b62c28c3cbf8faa5 (diff) | |
download | meta-openembedded-0ef3f00161c8fcbb39c0d1492cbdacbead8ba26d.tar.gz |
log4cpp: Upgrade to 1.1.2 rc5
Fixes build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb (renamed from meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb index c7bf288fa..dc52c9ff4 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | |||
@@ -3,12 +3,12 @@ HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe" | 6 | RC = "rc5" |
7 | SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0" | 7 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${RC}.tar.gz \ |
8 | |||
9 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ | ||
10 | file://fix-pc.patch;striplevel=2 \ | 8 | file://fix-pc.patch;striplevel=2 \ |
11 | " | 9 | " |
10 | SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62" | ||
11 | SRC_URI[sha256sum] = "a611d99a20af6676c60219762771c0bfac90f4879bbde70038ece75338b588ec" | ||
12 | 12 | ||
13 | S = "${WORKDIR}/${BPN}" | 13 | S = "${WORKDIR}/${BPN}" |
14 | 14 | ||
@@ -19,5 +19,4 @@ EXTRA_OECONF = "\ | |||
19 | --enable-dot=no \ | 19 | --enable-dot=no \ |
20 | --enable-html-docs=no \ | 20 | --enable-html-docs=no \ |
21 | --enable-latex-docs=no \ | 21 | --enable-latex-docs=no \ |
22 | LDFLAGS=-pthread \ | ||
23 | " | 22 | " |