* [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
@ 2016-01-13 23:08 Nate Karstens
2016-01-27 14:15 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Nate Karstens @ 2016-01-13 23:08 UTC (permalink / raw)
To: openembedded-devel
Adds a new recipe for dhcpcd version 6.10.0.
Signed-off-by: Nate Karstens <nate.karstens@garmin.com>
---
.../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
new file mode 100644
index 0000000..058a932
--- /dev/null
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
@@ -0,0 +1,22 @@
+SECTION = "console/network"
+SUMMARY = "dhcpcd - a DHCP client"
+DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration."
+
+HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b"
+
+SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "f39c5773e7c4bea352d9fb7367c899de"
+SRC_URI[sha256sum] = "ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35"
+
+inherit autotools
+
+B = "${S}"
+EXTRA_OECONF = "--enable-ipv4 --enable-ipv6"
+
+FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
+
+RDEPENDS_${PN} = "udev"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
2016-01-13 23:08 [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd Nate Karstens
@ 2016-01-27 14:15 ` Martin Jansa
2016-01-29 1:21 ` Karstens, Nate
0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2016-01-27 14:15 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2000 bytes --]
On Wed, Jan 13, 2016 at 05:08:19PM -0600, Nate Karstens wrote:
> Adds a new recipe for dhcpcd version 6.10.0.
It was merged, but there is QA warning:
dhcpcd-6.9.4: dhcpcd rdepends on libudev, but it isn't a build dependency? [build-deps]
Please send follow-up patch to fix this.
> Signed-off-by: Nate Karstens <nate.karstens@garmin.com>
> ---
> .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
>
> diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
> new file mode 100644
> index 0000000..058a932
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
> @@ -0,0 +1,22 @@
> +SECTION = "console/network"
> +SUMMARY = "dhcpcd - a DHCP client"
> +DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration."
> +
> +HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
> +
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b"
> +
> +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
> +
> +SRC_URI[md5sum] = "f39c5773e7c4bea352d9fb7367c899de"
> +SRC_URI[sha256sum] = "ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35"
> +
> +inherit autotools
> +
> +B = "${S}"
> +EXTRA_OECONF = "--enable-ipv4 --enable-ipv6"
> +
> +FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
> +
> +RDEPENDS_${PN} = "udev"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
2016-01-27 14:15 ` Martin Jansa
@ 2016-01-29 1:21 ` Karstens, Nate
2016-03-02 2:35 ` Stephen Arnold
0 siblings, 1 reply; 4+ messages in thread
From: Karstens, Nate @ 2016-01-29 1:21 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel@lists.openembedded.org
Martin,
It looks like the recipe that was merged in was for 6.10.0, but the warning is for version 6.9.4. Is it an issue with the 6.10.0 version as well?
Nate
-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Martin Jansa
Sent: Wednesday, January 27, 2016 8:16 AM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
On Wed, Jan 13, 2016 at 05:08:19PM -0600, Nate Karstens wrote:
> Adds a new recipe for dhcpcd version 6.10.0.
It was merged, but there is QA warning:
dhcpcd-6.9.4: dhcpcd rdepends on libudev, but it isn't a build dependency? [build-deps]
Please send follow-up patch to fix this.
> Signed-off-by: Nate Karstens <nate.karstens@garmin.com>
> ---
> .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
>
> diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
> new file mode 100644
> index 0000000..058a932
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
> @@ -0,0 +1,22 @@
> +SECTION = "console/network"
> +SUMMARY = "dhcpcd - a DHCP client"
> +DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration."
> +
> +HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
> +
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b"
> +
> +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
> +
> +SRC_URI[md5sum] = "f39c5773e7c4bea352d9fb7367c899de"
> +SRC_URI[sha256sum] = "ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35"
> +
> +inherit autotools
> +
> +B = "${S}"
> +EXTRA_OECONF = "--enable-ipv4 --enable-ipv6"
> +
> +FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
> +
> +RDEPENDS_${PN} = "udev"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
________________________________
CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
2016-01-29 1:21 ` Karstens, Nate
@ 2016-03-02 2:35 ` Stephen Arnold
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Arnold @ 2016-03-02 2:35 UTC (permalink / raw)
To: openembeded-devel
Sorry, in answer to previous question I'm fine with Roy's dhcp client
package (if I still need wifi-radar I'll port the stupid thing to work
with it).
Steve
On Thu, Jan 28, 2016 at 5:21 PM, Karstens, Nate
<Nate.Karstens@garmin.com> wrote:
> Martin,
>
> It looks like the recipe that was merged in was for 6.10.0, but the warning is for version 6.9.4. Is it an issue with the 6.10.0 version as well?
>
> Nate
>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Martin Jansa
> Sent: Wednesday, January 27, 2016 8:16 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd
>
> On Wed, Jan 13, 2016 at 05:08:19PM -0600, Nate Karstens wrote:
>> Adds a new recipe for dhcpcd version 6.10.0.
>
> It was merged, but there is QA warning:
> dhcpcd-6.9.4: dhcpcd rdepends on libudev, but it isn't a build dependency? [build-deps]
>
> Please send follow-up patch to fix this.
>
>> Signed-off-by: Nate Karstens <nate.karstens@garmin.com>
>> ---
>> .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb | 22 ++++++++++++++++++++++
>> 1 file changed, 22 insertions(+)
>> create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
>>
>> diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
>> new file mode 100644
>> index 0000000..058a932
>> --- /dev/null
>> +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
>> @@ -0,0 +1,22 @@
>> +SECTION = "console/network"
>> +SUMMARY = "dhcpcd - a DHCP client"
>> +DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration."
>> +
>> +HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
>> +
>> +LICENSE = "BSD-2-Clause"
>> +LIC_FILES_CHKSUM = "file://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b"
>> +
>> +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
>> +
>> +SRC_URI[md5sum] = "f39c5773e7c4bea352d9fb7367c899de"
>> +SRC_URI[sha256sum] = "ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35"
>> +
>> +inherit autotools
>> +
>> +B = "${S}"
>> +EXTRA_OECONF = "--enable-ipv4 --enable-ipv6"
>> +
>> +FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
>> +
>> +RDEPENDS_${PN} = "udev"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> ________________________________
>
> CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.
> --
> _______________________________________________
> 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
end of thread, other threads:[~2016-03-02 2:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 23:08 [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd Nate Karstens
2016-01-27 14:15 ` Martin Jansa
2016-01-29 1:21 ` Karstens, Nate
2016-03-02 2:35 ` Stephen Arnold
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.