Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] w_scan: bump version to 20141122
@ 2014-12-04 17:39 Vicente Olivert Riera
  2014-12-07 20:39 ` Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2014-12-04 17:39 UTC (permalink / raw)
  To: buildroot

- Bump version to 20141122
- Add a hash file

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/w_scan/w_scan.hash |    2 ++
 package/w_scan/w_scan.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
 create mode 100644 package/w_scan/w_scan.hash

diff --git a/package/w_scan/w_scan.hash b/package/w_scan/w_scan.hash
new file mode 100644
index 0000000..4c336f3
--- /dev/null
+++ b/package/w_scan/w_scan.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4  w_scan-20141122.tar.bz2
diff --git a/package/w_scan/w_scan.mk b/package/w_scan/w_scan.mk
index 44f3193..3ec84ed 100644
--- a/package/w_scan/w_scan.mk
+++ b/package/w_scan/w_scan.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-W_SCAN_VERSION = 20140118
+W_SCAN_VERSION = 20141122
 W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2
 W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan
 W_SCAN_LICENSE = GPLv2+
-- 
1.7.1

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

* [Buildroot] [PATCH] w_scan: bump version to 20141122
  2014-12-04 17:39 [Buildroot] [PATCH] w_scan: bump version to 20141122 Vicente Olivert Riera
@ 2014-12-07 20:39 ` Yann E. MORIN
  2014-12-07 20:53 ` Thomas Petazzoni
  2014-12-08  9:21 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-12-07 20:39 UTC (permalink / raw)
  To: buildroot

Vicente, All,

On 2014-12-04 17:39 +0000, Vicente Olivert Riera spake thusly:
> - Bump version to 20141122
> - Add a hash file
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hash manually checked.

Regards,
Yann E. MORIN.

> ---
>  package/w_scan/w_scan.hash |    2 ++
>  package/w_scan/w_scan.mk   |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
>  create mode 100644 package/w_scan/w_scan.hash
> 
> diff --git a/package/w_scan/w_scan.hash b/package/w_scan/w_scan.hash
> new file mode 100644
> index 0000000..4c336f3
> --- /dev/null
> +++ b/package/w_scan/w_scan.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated
> +sha256  b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4  w_scan-20141122.tar.bz2
> diff --git a/package/w_scan/w_scan.mk b/package/w_scan/w_scan.mk
> index 44f3193..3ec84ed 100644
> --- a/package/w_scan/w_scan.mk
> +++ b/package/w_scan/w_scan.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -W_SCAN_VERSION = 20140118
> +W_SCAN_VERSION = 20141122
>  W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2
>  W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan
>  W_SCAN_LICENSE = GPLv2+
> -- 
> 1.7.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141207/f179c577/attachment.asc>

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

* [Buildroot] [PATCH] w_scan: bump version to 20141122
  2014-12-04 17:39 [Buildroot] [PATCH] w_scan: bump version to 20141122 Vicente Olivert Riera
  2014-12-07 20:39 ` Yann E. MORIN
@ 2014-12-07 20:53 ` Thomas Petazzoni
  2014-12-08  9:21 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-12-07 20:53 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Thu, 4 Dec 2014 17:39:56 +0000, Vicente Olivert Riera wrote:
> - Bump version to 20141122
> - Add a hash file
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/w_scan/w_scan.hash |    2 ++
>  package/w_scan/w_scan.mk   |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
>  create mode 100644 package/w_scan/w_scan.hash

Applied, 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] w_scan: bump version to 20141122
  2014-12-04 17:39 [Buildroot] [PATCH] w_scan: bump version to 20141122 Vicente Olivert Riera
  2014-12-07 20:39 ` Yann E. MORIN
  2014-12-07 20:53 ` Thomas Petazzoni
@ 2014-12-08  9:21 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-12-08  9:21 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Thu, 4 Dec 2014 17:39:56 +0000, Vicente Olivert Riera wrote:
> - Bump version to 20141122
> - Add a hash file
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/w_scan/w_scan.hash |    2 ++
>  package/w_scan/w_scan.mk   |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
>  create mode 100644 package/w_scan/w_scan.hash

Apparently causes some build failures:
http://autobuild.buildroot.org/results/d75/d755df306bf22e78f7d3304191250b3f66a8e634/build-end.log.

Can you have a look?

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

end of thread, other threads:[~2014-12-08  9:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 17:39 [Buildroot] [PATCH] w_scan: bump version to 20141122 Vicente Olivert Riera
2014-12-07 20:39 ` Yann E. MORIN
2014-12-07 20:53 ` Thomas Petazzoni
2014-12-08  9:21 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox