diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-02-21 16:37:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-21 08:50:36 -0800 |
commit | 87c2895d2fd4b3717cec85bce47e96cff0f3ff47 (patch) | |
tree | 8e4955debfcc10250622d5fe325f5c9eee437910 | |
parent | e4f390005952885ec8daf4015633f6ef1e195746 (diff) | |
download | meta-openembedded-87c2895d2fd4b3717cec85bce47e96cff0f3ff47.tar.gz |
log4cpp: upgrade 1.1.2 -> 1.1.3
Due to version update, SRC_URI has been modified.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb (renamed from meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb index 19b94466bd..c6f9404d6e 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb | |||
@@ -3,12 +3,11 @@ 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 | PRC = "rc5" | 6 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ |
7 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${PRC}.tar.gz \ | ||
8 | file://fix-pc.patch;striplevel=2 \ | 7 | file://fix-pc.patch;striplevel=2 \ |
9 | " | 8 | " |
10 | SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62" | 9 | SRC_URI[md5sum] = "b9e2cee932da987212f2c74b767b4d8b" |
11 | SRC_URI[sha256sum] = "a611d99a20af6676c60219762771c0bfac90f4879bbde70038ece75338b588ec" | 10 | SRC_URI[sha256sum] = "2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d" |
12 | 11 | ||
13 | S = "${WORKDIR}/${BPN}" | 12 | S = "${WORKDIR}/${BPN}" |
14 | 13 | ||