* [PATCH][meta-networking] dhcpcd: update to 7.2.2
@ 2019-06-22 1:47 Oleksandr Kravchuk
2019-06-22 8:20 ` Adrian Bunk
0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Kravchuk @ 2019-06-22 1:47 UTC (permalink / raw)
To: openembedded-devel; +Cc: Oleksandr Kravchuk
udev is now explicitly requested.
License checksum changed due to modified copyright year.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
.../dhcpcd/{dhcpcd_7.0.8.bb => dhcpcd_7.2.2.bb} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
rename meta-networking/recipes-connectivity/dhcpcd/{dhcpcd_7.0.8.bb => dhcpcd_7.2.2.bb} (70%)
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
similarity index 70%
rename from meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb
rename to meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
index 84c3db7a5..a7f234b37 100644
--- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
@@ -5,18 +5,16 @@ DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer
HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1e8f17e4edcccc38152ccf60374e0f89"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d"
SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "77bbb1d73b6f30d6ddcc8b0fd3eae266"
-SRC_URI[sha256sum] = "96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5"
-
SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
+SRC_URI[md5sum] = "2f17034432ea10415ee84a97ef131128"
+SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e"
inherit autotools-brokensep
-PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
+PACKAGECONFIG += "udev"
PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH][meta-networking] dhcpcd: update to 7.2.2
2019-06-22 1:47 [PATCH][meta-networking] dhcpcd: update to 7.2.2 Oleksandr Kravchuk
@ 2019-06-22 8:20 ` Adrian Bunk
2019-06-25 12:02 ` Valek, Andrej
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2019-06-22 8:20 UTC (permalink / raw)
To: Oleksandr Kravchuk; +Cc: openembedded-devel
On Sat, Jun 22, 2019 at 03:47:47AM +0200, Oleksandr Kravchuk wrote:
> udev is now explicitly requested.
>...
What do you mean?
If udev can no longer be disabled it should no longer be a PACKAGECONFIG.
Otherwise I do not understand what you actually want to change.
> -PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
> +PACKAGECONFIG += "udev"
>...
Why is ipv6 support no longer enabled?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][meta-networking] dhcpcd: update to 7.2.2
2019-06-22 8:20 ` Adrian Bunk
@ 2019-06-25 12:02 ` Valek, Andrej
2019-06-25 15:44 ` Oleksandr Kravchuk
0 siblings, 1 reply; 4+ messages in thread
From: Valek, Andrej @ 2019-06-25 12:02 UTC (permalink / raw)
To: Adrian Bunk, Oleksandr Kravchuk
Cc: openembedded-devel@lists.openembedded.org, Scasny, Radovan
Hello Oleksandr!
From the maintainer webpage (https://roy.marples.name/projects/dhcpcd/features) I can see, that ipv6 feature hasn't been removed.
Are you going to re-submit the correct patch?
Regards,
Andrej
-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org <openembedded-devel-bounces@lists.openembedded.org> On Behalf Of Adrian Bunk
Sent: Saturday, June 22, 2019 10:21 AM
To: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [PATCH][meta-networking] dhcpcd: update to 7.2.2
On Sat, Jun 22, 2019 at 03:47:47AM +0200, Oleksandr Kravchuk wrote:
> udev is now explicitly requested.
>...
What do you mean?
If udev can no longer be disabled it should no longer be a PACKAGECONFIG.
Otherwise I do not understand what you actually want to change.
> -PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
> +PACKAGECONFIG += "udev"
>...
Why is ipv6 support no longer enabled?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][meta-networking] dhcpcd: update to 7.2.2
2019-06-25 12:02 ` Valek, Andrej
@ 2019-06-25 15:44 ` Oleksandr Kravchuk
0 siblings, 0 replies; 4+ messages in thread
From: Oleksandr Kravchuk @ 2019-06-25 15:44 UTC (permalink / raw)
To: Valek, Andrej, Adrian Bunk
Cc: openembedded-devel@lists.openembedded.org, Scasny, Radovan
You're right. I must have misunderstood the code. Thanks you for
pointing this out.
I will re-submit.
On 25/06/2019 14:02, Valek, Andrej wrote:
> Hello Oleksandr!
>
> From the maintainer webpage (https://roy.marples.name/projects/dhcpcd/features) I can see, that ipv6 feature hasn't been removed.
>
> Are you going to re-submit the correct patch?
>
> Regards,
> Andrej
>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org <openembedded-devel-bounces@lists.openembedded.org> On Behalf Of Adrian Bunk
> Sent: Saturday, June 22, 2019 10:21 AM
> To: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [PATCH][meta-networking] dhcpcd: update to 7.2.2
>
> On Sat, Jun 22, 2019 at 03:47:47AM +0200, Oleksandr Kravchuk wrote:
>> udev is now explicitly requested.
>> ...
> What do you mean?
>
> If udev can no longer be disabled it should no longer be a PACKAGECONFIG.
> Otherwise I do not understand what you actually want to change.
>
>> -PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
>> +PACKAGECONFIG += "udev"
>> ...
> Why is ipv6 support no longer enabled?
>
> cu
> Adrian
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-25 15:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 1:47 [PATCH][meta-networking] dhcpcd: update to 7.2.2 Oleksandr Kravchuk
2019-06-22 8:20 ` Adrian Bunk
2019-06-25 12:02 ` Valek, Andrej
2019-06-25 15:44 ` Oleksandr Kravchuk
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.