diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-02 21:49:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:28 +0000 |
commit | 205a07af84554f95edf527cdc85707e596604c8d (patch) | |
tree | ba10c246ec1e113ae952750a7e4662aec4eac2b9 /meta/recipes-extended/sysklogd/sysklogd.inc | |
parent | 9f40dba1fcbd5dcad733117d4fd562cb26e35cc6 (diff) | |
download | poky-205a07af84554f95edf527cdc85707e596604c8d.tar.gz |
sysklogd: untangle header inclusion maze
wait is not union per posix it is int
remove assumption about glibc is linux
(From OE-Core rev: a590e541338d49130aaae5339856d31badd56719)
Signed-off-by: Khem Raj <raj.khem@gmail.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 85b3cdc56a..f789c54d22 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc | |||
@@ -15,6 +15,7 @@ inherit update-rc.d update-alternatives | |||
15 | 15 | ||
16 | SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ |
17 | file://no-strip-install.patch \ | 17 | file://no-strip-install.patch \ |
18 | file://0001-Fix-build-with-musl.patch \ | ||
18 | file://sysklogd \ | 19 | file://sysklogd \ |
19 | file://syslog.conf \ | 20 | file://syslog.conf \ |
20 | " | 21 | " |