All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/usbutils: bump to version 006
@ 2012-07-09 19:50 Daniel Mack
  2012-07-09 20:18 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Mack @ 2012-07-09 19:50 UTC (permalink / raw)
  To: buildroot

Also, as the kernel.org archives are back up, use them as official site
again.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/usbutils/usbutils.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
index a242f93..0554682 100644
--- a/package/usbutils/usbutils.mk
+++ b/package/usbutils/usbutils.mk
@@ -4,9 +4,9 @@
 #
 #############################################################
 
-USBUTILS_VERSION = 005
-USBUTILS_SITE = http://snapshot.debian.org/archive/debian/20111211T214105Z/pool/main/u/usbutils/
-USBUTILS_SOURCE = usbutils_$(USBUTILS_VERSION).orig.tar.gz
+USBUTILS_VERSION = 006
+USBUTILS_SITE = http://www.kernel.org/pub/linux/utils/usb/usbutils/
+USBUTILS_SOURCE = usbutils-$(USBUTILS_VERSION).tar.gz
 USBUTILS_DEPENDENCIES = host-pkg-config libusb
 USBUTILS_INSTALL_STAGING = YES
 # no configure in tarball
-- 
1.7.10.4

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

* [Buildroot] [PATCH] package/usbutils: bump to version 006
  2012-07-09 19:50 [Buildroot] [PATCH] package/usbutils: bump to version 006 Daniel Mack
@ 2012-07-09 20:18 ` Arnout Vandecappelle
  2012-07-18 15:40   ` [Buildroot] [PATCH v2] " Daniel Mack
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-07-09 20:18 UTC (permalink / raw)
  To: buildroot

On 07/09/12 21:50, Daniel Mack wrote:
> Also, as the kernel.org archives are back up, use them as official site
> again.
>
> Signed-off-by: Daniel Mack<zonque@gmail.com>
> ---
>   package/usbutils/usbutils.mk |    6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
> index a242f93..0554682 100644
> --- a/package/usbutils/usbutils.mk
> +++ b/package/usbutils/usbutils.mk
> @@ -4,9 +4,9 @@
>   #
>   #############################################################
>
> -USBUTILS_VERSION = 005
> -USBUTILS_SITE = http://snapshot.debian.org/archive/debian/20111211T214105Z/pool/main/u/usbutils/
> -USBUTILS_SOURCE = usbutils_$(USBUTILS_VERSION).orig.tar.gz
> +USBUTILS_VERSION = 006
> +USBUTILS_SITE = http://www.kernel.org/pub/linux/utils/usb/usbutils/

  This should be
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils


  Regards,
  Arnout


> +USBUTILS_SOURCE = usbutils-$(USBUTILS_VERSION).tar.gz
>   USBUTILS_DEPENDENCIES = host-pkg-config libusb
>   USBUTILS_INSTALL_STAGING = YES
>   # no configure in tarball

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
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:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH v2] package/usbutils: bump to version 006
  2012-07-09 20:18 ` Arnout Vandecappelle
@ 2012-07-18 15:40   ` Daniel Mack
  2012-07-18 17:07     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Mack @ 2012-07-18 15:40 UTC (permalink / raw)
  To: buildroot

Also, as the kernel.org archives are back up, use them as official site
again.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/usbutils/usbutils.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
index a242f93..0554682 100644
--- a/package/usbutils/usbutils.mk
+++ b/package/usbutils/usbutils.mk
@@ -4,9 +4,9 @@
 #
 #############################################################
 
-USBUTILS_VERSION = 005
-USBUTILS_SITE = http://snapshot.debian.org/archive/debian/20111211T214105Z/pool/main/u/usbutils/
-USBUTILS_SOURCE = usbutils_$(USBUTILS_VERSION).orig.tar.gz
+USBUTILS_VERSION = 006
+USBUTILS_SITE = http://www.kernel.org/pub/linux/utils/usb/usbutils/
+USBUTILS_SOURCE = usbutils-$(USBUTILS_VERSION).tar.gz
 USBUTILS_DEPENDENCIES = host-pkg-config libusb
 USBUTILS_INSTALL_STAGING = YES
 # no configure in tarball
-- 
1.7.10.4

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

* [Buildroot] [PATCH v2] package/usbutils: bump to version 006
  2012-07-18 15:40   ` [Buildroot] [PATCH v2] " Daniel Mack
@ 2012-07-18 17:07     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-07-18 17:07 UTC (permalink / raw)
  To: buildroot

Le Wed, 18 Jul 2012 17:40:16 +0200,
Daniel Mack <zonque@gmail.com> a ?crit :

> Also, as the kernel.org archives are back up, use them as official site
> again.
> 
> Signed-off-by: Daniel Mack <zonque@gmail.com>

Applied, with a minor change to use BR2_KERNEL_MIRROR as Arnout
suggested.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2012-07-18 17:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-09 19:50 [Buildroot] [PATCH] package/usbutils: bump to version 006 Daniel Mack
2012-07-09 20:18 ` Arnout Vandecappelle
2012-07-18 15:40   ` [Buildroot] [PATCH v2] " Daniel Mack
2012-07-18 17:07     ` 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.