diff options
author | William A. Kennington III via Openembedded-devel <openembedded-devel@lists.openembedded.org> | 2019-10-07 10:22:59 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-08 00:52:33 -0700 |
commit | bfe144b038ee49290bed7b7d851bca52d340af2e (patch) | |
tree | e6c111447d58509ba432f9816430239fc35b3bb0 /meta-oe/recipes-support/log4cpp | |
parent | da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9 (diff) | |
download | meta-openembedded-bfe144b038ee49290bed7b7d851bca52d340af2e.tar.gz |
log4cpp: Stop using RC as a variable
This recipe cannot be parsed when using meta-mingw because ${RC} expands
to the Windows resource compiler. Let's use PRC instead to avoid that
problem.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4cpp')
-rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb index dc52c9ff4..19b94466b 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | |||
@@ -3,8 +3,8 @@ 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 | RC = "rc5" | 6 | PRC = "rc5" |
7 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${RC}.tar.gz \ | 7 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${PRC}.tar.gz \ |
8 | file://fix-pc.patch;striplevel=2 \ | 8 | file://fix-pc.patch;striplevel=2 \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62" | 10 | SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62" |