* [Buildroot] [PATCH 1/1] package/openipmi: fix musl build
@ 2016-01-31 9:23 Bernd Kuhls
2016-02-02 15:24 ` Arnout Vandecappelle
2016-02-07 14:01 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-01-31 9:23 UTC (permalink / raw)
To: buildroot
The build error is known upstream
http://sourceforge.net/p/openipmi/patches/26/
and was not yet caught by our autobuilders:
ui.c: In function ?get_ip_addr?:
ui.c:340:5: error: unknown type name ?u_int32_t?
u_int32_t addr;
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/openipmi/openipmi.hash | 2 ++
package/openipmi/openipmi.mk | 2 ++
2 files changed, 4 insertions(+)
diff --git a/package/openipmi/openipmi.hash b/package/openipmi/openipmi.hash
index 3a40f60..e6fafe4 100644
--- a/package/openipmi/openipmi.hash
+++ b/package/openipmi/openipmi.hash
@@ -1,2 +1,4 @@
# From http://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/
sha1 54f63ab7fe09f6a4b0b718601fe9c61014aa220b OpenIPMI-2.0.21.tar.gz
+# Locally computed
+sha256 0eafaa502ccf752899c5089159574081067d0c4ac53ea0ace33a5087f33ea32a 0001-ui-use-standard-uint32_t.patch
diff --git a/package/openipmi/openipmi.mk b/package/openipmi/openipmi.mk
index 85bd6b4..4dd901b 100644
--- a/package/openipmi/openipmi.mk
+++ b/package/openipmi/openipmi.mk
@@ -7,6 +7,8 @@
OPENIPMI_VERSION = 2.0.21
OPENIPMI_SITE = http://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library
OPENIPMI_SOURCE = OpenIPMI-2.0.21.tar.gz
+OPENIPMI_PATCH = \
+ http://sourceforge.net/p/openipmi/patches/26/attachment/0001-ui-use-standard-uint32_t.patch
OPENIPMI_LICENSE = LGPLv2+, GPLv2+, BSD-3c
OPENIPMI_LICENSE_FILES = COPYING.LIB COPYING COPYING.BSD
OPENIPMI_DEPENDENCIES = popt ncurses host-pkgconf
--
2.7.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] package/openipmi: fix musl build
2016-01-31 9:23 [Buildroot] [PATCH 1/1] package/openipmi: fix musl build Bernd Kuhls
@ 2016-02-02 15:24 ` Arnout Vandecappelle
2016-02-07 14:01 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-02-02 15:24 UTC (permalink / raw)
To: buildroot
On 31-01-16 10:23, Bernd Kuhls wrote:
> The build error is known upstream
> http://sourceforge.net/p/openipmi/patches/26/
> and was not yet caught by our autobuilders:
>
> ui.c: In function ?get_ip_addr?:
> ui.c:340:5: error: unknown type name ?u_int32_t?
> u_int32_t addr;
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/openipmi/openipmi.hash | 2 ++
> package/openipmi/openipmi.mk | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/package/openipmi/openipmi.hash b/package/openipmi/openipmi.hash
> index 3a40f60..e6fafe4 100644
> --- a/package/openipmi/openipmi.hash
> +++ b/package/openipmi/openipmi.hash
> @@ -1,2 +1,4 @@
> # From http://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/
> sha1 54f63ab7fe09f6a4b0b718601fe9c61014aa220b OpenIPMI-2.0.21.tar.gz
> +# Locally computed
> +sha256 0eafaa502ccf752899c5089159574081067d0c4ac53ea0ace33a5087f33ea32a 0001-ui-use-standard-uint32_t.patch
> diff --git a/package/openipmi/openipmi.mk b/package/openipmi/openipmi.mk
> index 85bd6b4..4dd901b 100644
> --- a/package/openipmi/openipmi.mk
> +++ b/package/openipmi/openipmi.mk
> @@ -7,6 +7,8 @@
> OPENIPMI_VERSION = 2.0.21
> OPENIPMI_SITE = http://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library
> OPENIPMI_SOURCE = OpenIPMI-2.0.21.tar.gz
> +OPENIPMI_PATCH = \
> + http://sourceforge.net/p/openipmi/patches/26/attachment/0001-ui-use-standard-uint32_t.patch
> OPENIPMI_LICENSE = LGPLv2+, GPLv2+, BSD-3c
> OPENIPMI_LICENSE_FILES = COPYING.LIB COPYING COPYING.BSD
> OPENIPMI_DEPENDENCIES = popt ncurses host-pkgconf
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/openipmi: fix musl build
2016-01-31 9:23 [Buildroot] [PATCH 1/1] package/openipmi: fix musl build Bernd Kuhls
2016-02-02 15:24 ` Arnout Vandecappelle
@ 2016-02-07 14:01 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-02-07 14:01 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 31 Jan 2016 10:23:10 +0100, Bernd Kuhls wrote:
> The build error is known upstream
> http://sourceforge.net/p/openipmi/patches/26/
> and was not yet caught by our autobuilders:
>
> ui.c: In function ?get_ip_addr?:
> ui.c:340:5: error: unknown type name ?u_int32_t?
> u_int32_t addr;
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/openipmi/openipmi.hash | 2 ++
> package/openipmi/openipmi.mk | 2 ++
> 2 files changed, 4 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-07 14:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 9:23 [Buildroot] [PATCH 1/1] package/openipmi: fix musl build Bernd Kuhls
2016-02-02 15:24 ` Arnout Vandecappelle
2016-02-07 14:01 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox