diff options
author | Changqing Li <changqing.li@windriver.com> | 2020-01-17 15:09:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 13:24:38 +0000 |
commit | 0aa056945bf44f67976688207920f1da59ae0324 (patch) | |
tree | da03a37d869331c5b3e5754d77b5057941b38cdf /meta/recipes-extended/sysklogd/sysklogd.inc | |
parent | 8027ee1f210bd500728319c3a509a73ed80261f8 (diff) | |
download | poky-0aa056945bf44f67976688207920f1da59ae0324.tar.gz |
sysklogd: fix parallel build problem
Parallel compile maybe failed with error:
error: ../lib/strlcat.o: No such file or directory
Makefile:619: recipe for target 'syslogd' failed
remove previous patch, and backport lastest fix
for this problem
(From OE-Core rev: 6e5be1d240621c5ce2adf4e629bd6b240cefc0e3)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index 774d23bfd2..8618c9ffec 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc | |||
@@ -16,7 +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://0001-Drop-libcompat-to-simplify-build-deps-and-really-fix.patch \ |
20 | file://sysklogd \ | 20 | file://sysklogd \ |
21 | " | 21 | " |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |