mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
lcdproc: Fix parallel build
This happens with larger parallelism e.g. -j 44 also reported here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214766 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,8 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
|
||||
|
||||
BASEPV = "0.5.9"
|
||||
PV = "${BASEPV}+git${SRCPV}"
|
||||
SRCREV = "a4b5a7e058fdd0d914a61138748b589c0128b45b"
|
||||
SRCREV = "e08546c13a4157ed98cd4a8e9086e7acd66f93c0"
|
||||
SRC_URI = "git://github.com/lcdproc/lcdproc \
|
||||
file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user