Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] fconfig: change upstream site
@ 2014-12-06  9:56 Thomas Petazzoni
  2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-06  9:56 UTC (permalink / raw)
  To: buildroot

The upstream site is dead, used http://sources.buildroot.net
temporarly.

Fixes:

  http://autobuild.buildroot.org/results/778/77899f882e04121ca5f2b96f0df9f24ead26d12b/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/fconfig/fconfig.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index 3a846f4..7f7faad 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -5,7 +5,9 @@
 ################################################################################
 
 FCONFIG_VERSION = 20080329
-FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
+# Real upstream location has been disabled
+# FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
+FCONFIG_SITE = http://sources.buildroot.net
 FCONFIG_LICENSE = GPLv2+
 FCONFIG_LICENSE_FILES = fconfig.c
 
-- 
2.1.0

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

* [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS
  2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
@ 2014-12-06  9:56 ` Thomas Petazzoni
  2014-12-06 10:56   ` Yann E. MORIN
  2014-12-06  9:56 ` [Buildroot] [PATCH 3/3] fconfig: add hash file Thomas Petazzoni
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-06  9:56 UTC (permalink / raw)
  To: buildroot

CFLAGS and LDFLAGS are already passed as part of
$(TARGET_CONFIGURE_OPTS).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/fconfig/fconfig.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index 7f7faad..509fc2c 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -12,9 +12,7 @@ FCONFIG_LICENSE = GPLv2+
 FCONFIG_LICENSE_FILES = fconfig.c
 
 define FCONFIG_BUILD_CMDS
-	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
-		CFLAGS="$(TARGET_CFLAGS)" \
-		LDFLAGS="$(TARGET_LDFLAGS)"
+	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
 endef
 
 define FCONFIG_INSTALL_TARGET_CMDS
-- 
2.1.0

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

* [Buildroot] [PATCH 3/3] fconfig: add hash file
  2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
  2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
@ 2014-12-06  9:56 ` Thomas Petazzoni
  2014-12-06 10:58   ` Yann E. MORIN
  2014-12-06 10:55 ` [Buildroot] [PATCH 1/3] fconfig: change upstream site Yann E. MORIN
  2014-12-07 20:23 ` Thomas Petazzoni
  3 siblings, 1 reply; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-06  9:56 UTC (permalink / raw)
  To: buildroot

Add locally computed hash file for fconfig.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/fconfig/fconfig.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/fconfig/fconfig.hash

diff --git a/package/fconfig/fconfig.hash b/package/fconfig/fconfig.hash
new file mode 100644
index 0000000..eae26e2
--- /dev/null
+++ b/package/fconfig/fconfig.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 4ff0e8f07e35e46b705c0dbe9d9544ede01ea092a69e3f7db03e55a3f2bb8eb7 fconfig-20080329.tar.gz
-- 
2.1.0

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

* [Buildroot] [PATCH 1/3] fconfig: change upstream site
  2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
  2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
  2014-12-06  9:56 ` [Buildroot] [PATCH 3/3] fconfig: add hash file Thomas Petazzoni
@ 2014-12-06 10:55 ` Yann E. MORIN
  2014-12-06 11:10   ` Thomas Petazzoni
  2014-12-07 20:23 ` Thomas Petazzoni
  3 siblings, 1 reply; 10+ messages in thread
From: Yann E. MORIN @ 2014-12-06 10:55 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-12-06 10:56 +0100, Thomas Petazzoni spake thusly:
> The upstream site is dead, used http://sources.buildroot.net
> temporarly.
> 
> Fixes:
> 
>   http://autobuild.buildroot.org/results/778/77899f882e04121ca5f2b96f0df9f24ead26d12b/
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

I've had a look at what others do, and OpenWRT still has no better URL.

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

Regards,
Yann E. MORIN.

> ---
>  package/fconfig/fconfig.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
> index 3a846f4..7f7faad 100644
> --- a/package/fconfig/fconfig.mk
> +++ b/package/fconfig/fconfig.mk
> @@ -5,7 +5,9 @@
>  ################################################################################
>  
>  FCONFIG_VERSION = 20080329
> -FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
> +# Real upstream location has been disabled
> +# FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
> +FCONFIG_SITE = http://sources.buildroot.net
>  FCONFIG_LICENSE = GPLv2+
>  FCONFIG_LICENSE_FILES = fconfig.c
>  
> -- 
> 2.1.0
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS
  2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
@ 2014-12-06 10:56   ` Yann E. MORIN
  0 siblings, 0 replies; 10+ messages in thread
From: Yann E. MORIN @ 2014-12-06 10:56 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-12-06 10:56 +0100, Thomas Petazzoni spake thusly:
> CFLAGS and LDFLAGS are already passed as part of
> $(TARGET_CONFIGURE_OPTS).
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

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

Regards,
Yann E. MORIN.

> ---
>  package/fconfig/fconfig.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
> index 7f7faad..509fc2c 100644
> --- a/package/fconfig/fconfig.mk
> +++ b/package/fconfig/fconfig.mk
> @@ -12,9 +12,7 @@ FCONFIG_LICENSE = GPLv2+
>  FCONFIG_LICENSE_FILES = fconfig.c
>  
>  define FCONFIG_BUILD_CMDS
> -	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
> -		CFLAGS="$(TARGET_CFLAGS)" \
> -		LDFLAGS="$(TARGET_LDFLAGS)"
> +	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
>  endef
>  
>  define FCONFIG_INSTALL_TARGET_CMDS
> -- 
> 2.1.0
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 3/3] fconfig: add hash file
  2014-12-06  9:56 ` [Buildroot] [PATCH 3/3] fconfig: add hash file Thomas Petazzoni
@ 2014-12-06 10:58   ` Yann E. MORIN
  0 siblings, 0 replies; 10+ messages in thread
From: Yann E. MORIN @ 2014-12-06 10:58 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-12-06 10:56 +0100, Thomas Petazzoni spake thusly:
> Add locally computed hash file for fconfig.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Manually verified with a locally cached archive of fconfig.

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

> ---
>  package/fconfig/fconfig.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/fconfig/fconfig.hash
> 
> diff --git a/package/fconfig/fconfig.hash b/package/fconfig/fconfig.hash
> new file mode 100644
> index 0000000..eae26e2
> --- /dev/null
> +++ b/package/fconfig/fconfig.hash
> @@ -0,0 +1,2 @@
> +# Locally computed
> +sha256 4ff0e8f07e35e46b705c0dbe9d9544ede01ea092a69e3f7db03e55a3f2bb8eb7 fconfig-20080329.tar.gz
> -- 
> 2.1.0
> 
> _______________________________________________
> 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/20141206/70def155/attachment.asc>

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

* [Buildroot] [PATCH 1/3] fconfig: change upstream site
  2014-12-06 10:55 ` [Buildroot] [PATCH 1/3] fconfig: change upstream site Yann E. MORIN
@ 2014-12-06 11:10   ` Thomas Petazzoni
  2014-12-06 11:16     ` Yann E. MORIN
  2014-12-07 21:24     ` Peter Korsgaard
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-06 11:10 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Sat, 6 Dec 2014 11:55:55 +0100, Yann E. MORIN wrote:

> I've had a look at what others do, and OpenWRT still has no better URL.

Yes, I also googled a bit to search for a different upstream location,
also looked at OpenWRT, and concluded that there was no other solution
that using sources.buildroot.net.

The other solution I had in mind was to simply deprecate the package.
fconfig is used only to get/set the RedBoot environment, and RedBoot is
probably almost inexistent nowadays.

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

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

* [Buildroot] [PATCH 1/3] fconfig: change upstream site
  2014-12-06 11:10   ` Thomas Petazzoni
@ 2014-12-06 11:16     ` Yann E. MORIN
  2014-12-07 21:24     ` Peter Korsgaard
  1 sibling, 0 replies; 10+ messages in thread
From: Yann E. MORIN @ 2014-12-06 11:16 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-12-06 12:10 +0100, Thomas Petazzoni spake thusly:
> On Sat, 6 Dec 2014 11:55:55 +0100, Yann E. MORIN wrote:
> 
> > I've had a look at what others do, and OpenWRT still has no better URL.
> 
> Yes, I also googled a bit to search for a different upstream location,
> also looked at OpenWRT, and concluded that there was no other solution
> that using sources.buildroot.net.
> 
> The other solution I had in mind was to simply deprecate the package.
> fconfig is used only to get/set the RedBoot environment, and RedBoot is
> probably almost inexistent nowadays.

Err... I beg to disagree. ;-)

But I'm OK for deprecating it, though.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/3] fconfig: change upstream site
  2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
                   ` (2 preceding siblings ...)
  2014-12-06 10:55 ` [Buildroot] [PATCH 1/3] fconfig: change upstream site Yann E. MORIN
@ 2014-12-07 20:23 ` Thomas Petazzoni
  3 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-07 20:23 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  6 Dec 2014 10:56:25 +0100, Thomas Petazzoni wrote:
> The upstream site is dead, used http://sources.buildroot.net
> temporarly.
> 
> Fixes:
> 
>   http://autobuild.buildroot.org/results/778/77899f882e04121ca5f2b96f0df9f24ead26d12b/
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/fconfig/fconfig.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

I've applied those three patches.

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

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

* [Buildroot] [PATCH 1/3] fconfig: change upstream site
  2014-12-06 11:10   ` Thomas Petazzoni
  2014-12-06 11:16     ` Yann E. MORIN
@ 2014-12-07 21:24     ` Peter Korsgaard
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-12-07 21:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

Hi,

 >> I've had a look at what others do, and OpenWRT still has no better URL.

 > Yes, I also googled a bit to search for a different upstream location,
 > also looked at OpenWRT, and concluded that there was no other solution
 > that using sources.buildroot.net.

 > The other solution I had in mind was to simply deprecate the package.
 > fconfig is used only to get/set the RedBoot environment, and RedBoot is
 > probably almost inexistent nowadays.

That was my thought as well.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-06  9:56 [Buildroot] [PATCH 1/3] fconfig: change upstream site Thomas Petazzoni
2014-12-06  9:56 ` [Buildroot] [PATCH 2/3] fconfig: remove redundant CFLAGS/LDFLAGS Thomas Petazzoni
2014-12-06 10:56   ` Yann E. MORIN
2014-12-06  9:56 ` [Buildroot] [PATCH 3/3] fconfig: add hash file Thomas Petazzoni
2014-12-06 10:58   ` Yann E. MORIN
2014-12-06 10:55 ` [Buildroot] [PATCH 1/3] fconfig: change upstream site Yann E. MORIN
2014-12-06 11:10   ` Thomas Petazzoni
2014-12-06 11:16     ` Yann E. MORIN
2014-12-07 21:24     ` Peter Korsgaard
2014-12-07 20:23 ` Thomas Petazzoni

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