On 12/07/2019 18:37, Khem Raj wrote: > On Fri, Jul 12, 2019 at 1:03 AM Andrej Valek <[email protected]> wrote: >> Hi Khem! >> >> We have identified the problem. There was missing inheriting pkgconfig. >> Fix is here >> http://lists.openembedded.org/pipermail/openembedded-devel/2019-July/200609.html >> . >> > thanks for taking care of this quickly.
I can't believe I have missed that :/ Thanks, Andrej! > >> Regards, >> Andrej >> >> On 7/12/19 8:13 AM, Khem Raj wrote: >>> Hi Oleksandr >>> >>> It fails to build on mips see >>> https://errors.yoctoproject.org/Errors/Details/251424/ >>> >>> I wonder if udev has something to do here >>> >>> On Tue, Jun 25, 2019 at 11:30 PM Valek, Andrej <[email protected]> >>> wrote: >>>> Hi Oleksandr! >>>> >>>> You have removed udev from default configuration. Because if udev is not >>>> in PACKAGECONFIG anymore, '--without-udev' will be passed as parameter in >>>> configure step. >>>> >>>> There are multiple options how to do that. >>>> 1. put 'udev' into DEPENDS, RDEPENDS and put '--with-udev' into >>>> EXTRA_OECONF >>>> - missing option to disable it >>>> 2. keep 'udev' in PACKAGECONFIG >>>> - will be enabled automatically while is not explicitly overridden by >>>> another PACKAGECONFIG >>>> >>>> I prefer an option 2. . Udev will be enabled by default with option to >>>> disable it. >>>> >>>> Regards, >>>> Andrej >>>> >>>> -----Original Message----- >>>> From: [email protected] >>>> <[email protected]> On Behalf Of Oleksandr >>>> Kravchuk >>>> Sent: Tuesday, June 25, 2019 10:55 PM >>>> To: [email protected] >>>> Cc: Oleksandr Kravchuk <[email protected]> >>>> Subject: [oe] [PATCH v2][meta-networking] dhcpcd: update to 7.2.2 >>>> >>>> udev is now enabled by default and is always requested. >>>> >>>> License checksum changed due to modified copyright year. >>>> >>>> Signed-off-by: Oleksandr Kravchuk <[email protected]> >>>> --- >>>> .../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..e2759f47a 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 ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" >>>> >>>> PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" >>>> PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" >>>> -- >>>> 2.17.1 >>>> >>>> -- >>>> _______________________________________________ >>>> Openembedded-devel mailing list >>>> [email protected] >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>>> -- >>>> _______________________________________________ >>>> Openembedded-devel mailing list >>>> [email protected] >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
