Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3
@ 2015-10-03 10:28 Gustavo Zacarias
  2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2015-10-03 10:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dhcpcd/dhcpcd.hash | 2 +-
 package/dhcpcd/dhcpcd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dhcpcd/dhcpcd.hash b/package/dhcpcd/dhcpcd.hash
index 98351a2..71d0e28 100644
--- a/package/dhcpcd/dhcpcd.hash
+++ b/package/dhcpcd/dhcpcd.hash
@@ -1,2 +1,2 @@
 # Locally calculated from download (no sig, hash)
-sha256	c03b750e1fe2890b62ac0e7d7092a1698b598adb6f88b67916586a619f7c066f	dhcpcd-6.9.1.tar.xz
+sha256	6089471ed695fa62ac8351466b96b4b6365fd14ec455a120a6524663808eae53	dhcpcd-6.9.3.tar.xz
diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
index 67ae69f..de169b5 100644
--- a/package/dhcpcd/dhcpcd.mk
+++ b/package/dhcpcd/dhcpcd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DHCPCD_VERSION = 6.9.1
+DHCPCD_VERSION = 6.9.3
 DHCPCD_SOURCE = dhcpcd-$(DHCPCD_VERSION).tar.xz
 DHCPCD_SITE = http://roy.marples.name/downloads/dhcpcd
 DHCPCD_DEPENDENCIES = host-pkgconf
-- 
2.4.9

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

* [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir
  2015-10-03 10:28 [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Gustavo Zacarias
@ 2015-10-03 10:28 ` Gustavo Zacarias
  2015-10-03 12:33   ` Vicente Olivert Riera
  2015-10-03 13:17   ` Peter Korsgaard
  2015-10-03 12:24 ` [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Vicente Olivert Riera
  2015-10-03 13:16 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2015-10-03 10:28 UTC (permalink / raw)
  To: buildroot

The default is $PREFIX/libexec which ends up in an ugly and non-standard
/libexec dir in the target.
Move it to $PREFIX/lib/dhcpcd which is far more nicer and suitable.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dhcpcd/dhcpcd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
index de169b5..66928e2 100644
--- a/package/dhcpcd/dhcpcd.mk
+++ b/package/dhcpcd/dhcpcd.mk
@@ -23,6 +23,7 @@ define DHCPCD_CONFIGURE_CMDS
 	(cd $(@D); \
 	$(TARGET_CONFIGURE_OPTS) ./configure \
 		--os=linux \
+		--libexecdir=/lib/dhcpcd \
 		$(DHCPCD_CONFIG_OPTS) )
 endef
 
-- 
2.4.9

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

* [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3
  2015-10-03 10:28 [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Gustavo Zacarias
  2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
@ 2015-10-03 12:24 ` Vicente Olivert Riera
  2015-10-03 13:16 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-10-03 12:24 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 03/10/15 11:28, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ grep ^DHCPCD_VERSION package/dhcpcd/dhcpcd.mk
DHCPCD_VERSION = 6.9.3

$ file output/target/sbin/dhcpcd
output/target/sbin/dhcpcd: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 
version 1, dynamically linked (uses shared libs), for GNU/Linux 2.6.32, 
with unknown capability 0x41000000 = 0xf676e75, with unknown capability 
0x10000 = 0x70401, not stripped

Regards,

Vincent.

> ---
>   package/dhcpcd/dhcpcd.hash | 2 +-
>   package/dhcpcd/dhcpcd.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/dhcpcd/dhcpcd.hash b/package/dhcpcd/dhcpcd.hash
> index 98351a2..71d0e28 100644
> --- a/package/dhcpcd/dhcpcd.hash
> +++ b/package/dhcpcd/dhcpcd.hash
> @@ -1,2 +1,2 @@
>   # Locally calculated from download (no sig, hash)
> -sha256	c03b750e1fe2890b62ac0e7d7092a1698b598adb6f88b67916586a619f7c066f	dhcpcd-6.9.1.tar.xz
> +sha256	6089471ed695fa62ac8351466b96b4b6365fd14ec455a120a6524663808eae53	dhcpcd-6.9.3.tar.xz
> diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
> index 67ae69f..de169b5 100644
> --- a/package/dhcpcd/dhcpcd.mk
> +++ b/package/dhcpcd/dhcpcd.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>
> -DHCPCD_VERSION = 6.9.1
> +DHCPCD_VERSION = 6.9.3
>   DHCPCD_SOURCE = dhcpcd-$(DHCPCD_VERSION).tar.xz
>   DHCPCD_SITE = http://roy.marples.name/downloads/dhcpcd
>   DHCPCD_DEPENDENCIES = host-pkgconf
>

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

* [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir
  2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
@ 2015-10-03 12:33   ` Vicente Olivert Riera
  2015-10-03 13:17   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-10-03 12:33 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 03/10/15 11:28, Gustavo Zacarias wrote:
> The default is $PREFIX/libexec which ends up in an ugly and non-standard
> /libexec dir in the target.
> Move it to $PREFIX/lib/dhcpcd which is far more nicer and suitable.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

It does install the libexec files into that directory:

$ find output/target/lib/dhcpcd/
output/target/lib/dhcpcd/
output/target/lib/dhcpcd/dhcpcd-run-hooks
output/target/lib/dhcpcd/dhcpcd-hooks
output/target/lib/dhcpcd/dhcpcd-hooks/50-yp.conf
output/target/lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant
output/target/lib/dhcpcd/dhcpcd-hooks/02-dump
output/target/lib/dhcpcd/dhcpcd-hooks/15-timezone
output/target/lib/dhcpcd/dhcpcd-hooks/01-test
output/target/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf
output/target/lib/dhcpcd/dhcpcd-hooks/50-ntp.conf
output/target/lib/dhcpcd/dhcpcd-hooks/29-lookup-hostname
output/target/lib/dhcpcd/dhcpcd-hooks/30-hostname

Regards,

Vincent.

> ---
>   package/dhcpcd/dhcpcd.mk | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
> index de169b5..66928e2 100644
> --- a/package/dhcpcd/dhcpcd.mk
> +++ b/package/dhcpcd/dhcpcd.mk
> @@ -23,6 +23,7 @@ define DHCPCD_CONFIGURE_CMDS
>   	(cd $(@D); \
>   	$(TARGET_CONFIGURE_OPTS) ./configure \
>   		--os=linux \
> +		--libexecdir=/lib/dhcpcd \
>   		$(DHCPCD_CONFIG_OPTS) )
>   endef
>
>

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

* [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3
  2015-10-03 10:28 [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Gustavo Zacarias
  2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
  2015-10-03 12:24 ` [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Vicente Olivert Riera
@ 2015-10-03 13:16 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-10-03 13:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir
  2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
  2015-10-03 12:33   ` Vicente Olivert Riera
@ 2015-10-03 13:17   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-10-03 13:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > The default is $PREFIX/libexec which ends up in an ugly and non-standard
 > /libexec dir in the target.
 > Move it to $PREFIX/lib/dhcpcd which is far more nicer and suitable.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-10-03 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 10:28 [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Gustavo Zacarias
2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
2015-10-03 12:33   ` Vicente Olivert Riera
2015-10-03 13:17   ` Peter Korsgaard
2015-10-03 12:24 ` [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Vicente Olivert Riera
2015-10-03 13:16 ` Peter Korsgaard

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