diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-26 11:35:15 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:06 -0400 |
commit | cc19bced6af85818bb2dbcd4d30e335b874b43cf (patch) | |
tree | 8ddfafe46f277615a4b7ae8a80622a3286cce719 /meta-networking/recipes-daemons/ippool/ippool_1.3.bb | |
parent | 54684b2b17777cc18d08a1f7de367e0fbc2a068b (diff) | |
download | meta-openembedded-cc19bced6af85818bb2dbcd4d30e335b874b43cf.tar.gz |
ippool: Fix build errors found by clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/ippool/ippool_1.3.bb')
-rw-r--r-- | meta-networking/recipes-daemons/ippool/ippool_1.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb index 05921d536..6e4748357 100644 --- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb +++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb | |||
@@ -21,7 +21,10 @@ SRC_URI = "https://sourceforge.net/projects/openl2tp/files/${BPN}/${PV}/${BPN}-$ | |||
21 | file://makefile-add-ldflags.patch \ | 21 | file://makefile-add-ldflags.patch \ |
22 | file://0001-usl_timer-Check-for-return-value-of-write-API.patch \ | 22 | file://0001-usl_timer-Check-for-return-value-of-write-API.patch \ |
23 | file://0001-Respect-flags-from-env.patch \ | 23 | file://0001-Respect-flags-from-env.patch \ |
24 | " | 24 | file://0001-read-returns-ssize_t.patch \ |
25 | file://0002-Mark-first-element-of-a-string-as-null.patch \ | ||
26 | file://0003-cli-Mark-return-of-strtol-as-long-int.patch \ | ||
27 | " | ||
25 | SRC_URI_append_libc-musl = "\ | 28 | SRC_URI_append_libc-musl = "\ |
26 | file://0002-link-with-libtirpc.patch \ | 29 | file://0002-link-with-libtirpc.patch \ |
27 | file://0003-musl-fixes.patch \ | 30 | file://0003-musl-fixes.patch \ |