diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-04-06 17:31:07 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-04-08 10:28:06 -0700 |
| commit | 4a9deabbc8fb0b54e64b0a21af5bfb1527a9891d (patch) | |
| tree | 9f7fd74169b9ea3ae333ac2fc148a4be607ccac0 /meta-oe/recipes-extended/lcdproc/lcdproc_git.bb | |
| parent | fb21b3db49727adfae66aa9b7e075fe51929e823 (diff) | |
| download | meta-openembedded-4a9deabbc8fb0b54e64b0a21af5bfb1527a9891d.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-extended/lcdproc/lcdproc_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/lcdproc/lcdproc_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb index 1354997891..7ddc55f5e7 100644 --- a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb +++ b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb | |||
| @@ -11,8 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ | |||
| 11 | 11 | ||
| 12 | BASEPV = "0.5.9" | 12 | BASEPV = "0.5.9" |
| 13 | PV = "${BASEPV}+git${SRCPV}" | 13 | PV = "${BASEPV}+git${SRCPV}" |
| 14 | SRCREV = "a4b5a7e058fdd0d914a61138748b589c0128b45b" | 14 | SRCREV = "e08546c13a4157ed98cd4a8e9086e7acd66f93c0" |
| 15 | SRC_URI = "git://github.com/lcdproc/lcdproc \ | 15 | SRC_URI = "git://github.com/lcdproc/lcdproc \ |
| 16 | file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
