diff options
| author | Changqing Li <changqing.li@windriver.com> | 2019-12-26 10:10:54 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 08:47:09 +0000 |
| commit | 0692b3877f76e8a4dcad331342de03f3e3e51012 (patch) | |
| tree | 340c5f9ea9735666498c9b37df7a3022e340a283 /meta/recipes-extended/sysklogd/sysklogd.inc | |
| parent | b708af54ad35aa7940e946e9d260a3ca2e7a04c1 (diff) | |
| download | poky-0692b3877f76e8a4dcad331342de03f3e3e51012.tar.gz | |
syslogkd: fix parallel compile failed problem
Parallel compile maybe failed with error:
error: ../lib/strlcat.o: No such file or directory
Makefile:619: recipe for target 'syslogd' failed
(From OE-Core rev: 197007bac2ad8cba59fa2c68c51bd95e9b66de92)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
| -rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index 07edf40326..774d23bfd2 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc | |||
| @@ -16,6 +16,7 @@ inherit update-rc.d update-alternatives systemd autotools | |||
| 16 | SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \ | 16 | SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \ |
| 17 | file://0001-Remove-__BEGIN_DECLS-__END_DECLS.patch \ | 17 | file://0001-Remove-__BEGIN_DECLS-__END_DECLS.patch \ |
| 18 | file://0002-include-sys-types.h-for-off_t.patch \ | 18 | file://0002-include-sys-types.h-for-off_t.patch \ |
| 19 | file://0001-Fix-nasty-parallel-build-problem-reported-by-Gentoo-.patch \ | ||
| 19 | file://sysklogd \ | 20 | file://sysklogd \ |
| 20 | " | 21 | " |
| 21 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
