All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9
@ 2014-07-17 21:40 Bernd Kuhls
  2014-07-17 21:56 ` Thomas Petazzoni
  2014-07-21 13:10 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-07-17 21:40 UTC (permalink / raw)
  To: buildroot

- Switch EUDEV_SITE to official upstream:
  http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild?view=markup
  Github does not carry this current eudev version.

- Remove EUDEV_AUTORECONF = yes, tarball contains ./configure

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

---
v2: Removed EUDEV_AUTORECONF (Thomas)

 package/eudev/eudev.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index 5f1525c..c6d020f 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-EUDEV_VERSION = v1.7
-EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION))
+EUDEV_VERSION = 1.9
+EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz
+EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev
 EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
 EUDEV_LICENSE_FILES = COPYING
 EUDEV_INSTALL_STAGING = YES
-EUDEV_AUTORECONF = YES
 
 # mq_getattr is in librt
 EUDEV_CONF_ENV += LIBS=-lrt
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9
  2014-07-17 21:40 [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9 Bernd Kuhls
@ 2014-07-17 21:56 ` Thomas Petazzoni
  2014-07-21 13:10 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-07-17 21:56 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Thu, 17 Jul 2014 23:40:46 +0200, Bernd Kuhls wrote:
> - Switch EUDEV_SITE to official upstream:
>   http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild?view=markup
>   Github does not carry this current eudev version.
> 
> - Remove EUDEV_AUTORECONF = yes, tarball contains ./configure
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

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

* [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9
  2014-07-17 21:40 [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9 Bernd Kuhls
  2014-07-17 21:56 ` Thomas Petazzoni
@ 2014-07-21 13:10 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2014-07-21 13:10 UTC (permalink / raw)
  To: buildroot

On 17/07/14 23:40, Bernd Kuhls wrote:
> - Switch EUDEV_SITE to official upstream:
>   http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild?view=markup
>   Github does not carry this current eudev version.
> 
> - Remove EUDEV_AUTORECONF = yes, tarball contains ./configure
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> 
> ---
> v2: Removed EUDEV_AUTORECONF (Thomas)
> 
>  package/eudev/eudev.mk |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
> index 5f1525c..c6d020f 100644
> --- a/package/eudev/eudev.mk
> +++ b/package/eudev/eudev.mk
> @@ -4,12 +4,12 @@
>  #
>  ################################################################################
>  
> -EUDEV_VERSION = v1.7
> -EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION))
> +EUDEV_VERSION = 1.9
> +EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz
> +EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev

 Hi Bernd,

 The help text in Config.in still points to github. Care to fix? Or is that site
still correct?


 Regards,
 Arnout

>  EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
>  EUDEV_LICENSE_FILES = COPYING
>  EUDEV_INSTALL_STAGING = YES
> -EUDEV_AUTORECONF = YES
>  
>  # mq_getattr is in librt
>  EUDEV_CONF_ENV += LIBS=-lrt
> 


-- 
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:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

end of thread, other threads:[~2014-07-21 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-17 21:40 [Buildroot] [PATCH 1/1 v2] package/eudev: Bump version to 1.9 Bernd Kuhls
2014-07-17 21:56 ` Thomas Petazzoni
2014-07-21 13:10 ` Arnout Vandecappelle

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.