mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
da6db0b815
commit
bfe144b038
@ -3,8 +3,8 @@ HOMEPAGE = "http://sourceforge.net/projects/log4cpp/"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
RC = "rc5"
|
||||
SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${RC}.tar.gz \
|
||||
PRC = "rc5"
|
||||
SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}${PRC}.tar.gz \
|
||||
file://fix-pc.patch;striplevel=2 \
|
||||
"
|
||||
SRC_URI[md5sum] = "58b4591a2f3e7ef3d5e3e7cfb3a81a62"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user