summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 4LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
5 5
6PRC = "rc5" 6SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \
7SRC_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 "
10SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62" 9SRC_URI[md5sum] = "b9e2cee932da987212f2c74b767b4d8b"
11SRC_URI[sha256sum] = "a611d99a20af6676c60219762771c0bfac90f4879bbde70038ece75338b588ec" 10SRC_URI[sha256sum] = "2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d"
12 11
13S = "${WORKDIR}/${BPN}" 12S = "${WORKDIR}/${BPN}"
14 13