All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17
@ 2016-01-30 22:59 Bernd Kuhls
  2016-01-30 22:59 ` [Buildroot] [PATCH 2/2] package/lshw: fix musl build Bernd Kuhls
  2016-01-31  7:29 ` [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2016-01-30 22:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/lshw/lshw.hash | 2 +-
 package/lshw/lshw.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/lshw/lshw.hash b/package/lshw/lshw.hash
index d829369..4f3a2e8 100644
--- a/package/lshw/lshw.hash
+++ b/package/lshw/lshw.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb	lshw-B.02.16.tar.gz
+sha256	eb9cc053fa0f1e78685cb695596e73931bfb55d2377e3bc3b8b94aff4c5a489c	lshw-B.02.17.tar.gz
diff --git a/package/lshw/lshw.mk b/package/lshw/lshw.mk
index e0c81d4..f516933 100644
--- a/package/lshw/lshw.mk
+++ b/package/lshw/lshw.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LSHW_VERSION = B.02.16
+LSHW_VERSION = B.02.17
 LSHW_SITE = http://ezix.org/software/files
 LSHW_LICENSE = GPLv2
 LSHW_LICENSE_FILES = COPYING
-- 
2.7.0.rc3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/lshw: fix musl build
  2016-01-30 22:59 [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Bernd Kuhls
@ 2016-01-30 22:59 ` Bernd Kuhls
  2016-02-02 15:53   ` Arnout Vandecappelle
  2016-01-31  7:29 ` [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2016-01-30 22:59 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/aa3/aa3abc215b7a4e95b60be9a635758d8448e4959f/
http://autobuild.buildroot.net/results/075/075423a70b9bb80b2f13cac4fb95502180e68b43/
http://autobuild.buildroot.net/results/61f/61fb9b93af41b565fd44bab95955ab6f63c1f1ad/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/lshw/lshw.hash | 2 ++
 package/lshw/lshw.mk   | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/package/lshw/lshw.hash b/package/lshw/lshw.hash
index 4f3a2e8..416d496 100644
--- a/package/lshw/lshw.hash
+++ b/package/lshw/lshw.hash
@@ -1,2 +1,4 @@
 # Locally calculated
 sha256	eb9cc053fa0f1e78685cb695596e73931bfb55d2377e3bc3b8b94aff4c5a489c	lshw-B.02.17.tar.gz
+sha256	2e5a3d63da8475db17fd90969bcb1930cf19d2b8da7be41edeea5c2a53878382	no-private-uint.patch
+sha256	c8365f7ac8fc7a751c78d89ab446111bb1a235bc977a1b21e1b826c2e62361d1	basename-limits-long-bits.patch
diff --git a/package/lshw/lshw.mk b/package/lshw/lshw.mk
index f516933..a4a2603 100644
--- a/package/lshw/lshw.mk
+++ b/package/lshw/lshw.mk
@@ -6,6 +6,9 @@
 
 LSHW_VERSION = B.02.17
 LSHW_SITE = http://ezix.org/software/files
+LSHW_PATCH = \
+	http://git.alpinelinux.org/cgit/aports/plain/testing/lshw/basename-limits-long-bits.patch \
+	http://git.alpinelinux.org/cgit/aports/plain/testing/lshw/no-private-uint.patch
 LSHW_LICENSE = GPLv2
 LSHW_LICENSE_FILES = COPYING
 
-- 
2.7.0.rc3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17
  2016-01-30 22:59 [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Bernd Kuhls
  2016-01-30 22:59 ` [Buildroot] [PATCH 2/2] package/lshw: fix musl build Bernd Kuhls
@ 2016-01-31  7:29 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-01-31  7:29 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 30 Jan 2016 23:59:17 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/lshw/lshw.hash | 2 +-
>  package/lshw/lshw.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both patches applied. Please submit the two musl build fix patches to
the upstream project, since I'm not sure Alpine Linux has done it.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/lshw: fix musl build
  2016-01-30 22:59 ` [Buildroot] [PATCH 2/2] package/lshw: fix musl build Bernd Kuhls
@ 2016-02-02 15:53   ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2016-02-02 15:53 UTC (permalink / raw)
  To: buildroot

On 30-01-16 23:59, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/aa3/aa3abc215b7a4e95b60be9a635758d8448e4959f/
> http://autobuild.buildroot.net/results/075/075423a70b9bb80b2f13cac4fb95502180e68b43/
> http://autobuild.buildroot.net/results/61f/61fb9b93af41b565fd44bab95955ab6f63c1f1ad/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/lshw/lshw.hash | 2 ++
>  package/lshw/lshw.mk   | 3 +++
>  2 files changed, 5 insertions(+)
> 
> diff --git a/package/lshw/lshw.hash b/package/lshw/lshw.hash
> index 4f3a2e8..416d496 100644
> --- a/package/lshw/lshw.hash
> +++ b/package/lshw/lshw.hash
> @@ -1,2 +1,4 @@
>  # Locally calculated
>  sha256	eb9cc053fa0f1e78685cb695596e73931bfb55d2377e3bc3b8b94aff4c5a489c	lshw-B.02.17.tar.gz
> +sha256	2e5a3d63da8475db17fd90969bcb1930cf19d2b8da7be41edeea5c2a53878382	no-private-uint.patch
> +sha256	c8365f7ac8fc7a751c78d89ab446111bb1a235bc977a1b21e1b826c2e62361d1	basename-limits-long-bits.patch
> diff --git a/package/lshw/lshw.mk b/package/lshw/lshw.mk
> index f516933..a4a2603 100644
> --- a/package/lshw/lshw.mk
> +++ b/package/lshw/lshw.mk
> @@ -6,6 +6,9 @@
>  
>  LSHW_VERSION = B.02.17
>  LSHW_SITE = http://ezix.org/software/files
> +LSHW_PATCH = \
> +	http://git.alpinelinux.org/cgit/aports/plain/testing/lshw/basename-limits-long-bits.patch \

 I'm not so fond of this one, I think instead it could be just a const_cast.

 But it's OK as is, it just needs to be downloaded and added as a buildroot
patch. With that:

 Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


 Regards,
 Arnout

> +	http://git.alpinelinux.org/cgit/aports/plain/testing/lshw/no-private-uint.patch
>  LSHW_LICENSE = GPLv2
>  LSHW_LICENSE_FILES = COPYING
>  
> 


-- 
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] 4+ messages in thread

end of thread, other threads:[~2016-02-02 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30 22:59 [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Bernd Kuhls
2016-01-30 22:59 ` [Buildroot] [PATCH 2/2] package/lshw: fix musl build Bernd Kuhls
2016-02-02 15:53   ` Arnout Vandecappelle
2016-01-31  7:29 ` [Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.