[oe-commits] [meta-openembedded] 03/05: dhcpcd: fix building with pkgconfig

git at git.openembedded.org git at git.openembedded.org
Fri Jul 12 18:14:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 23be1ab16d10e249be9f5d7b541efb0943dc52af
Author: Radovan Scasny <radovan.scasny at siemens.com>
AuthorDate: Fri Jul 12 09:56:41 2019 +0200

    dhcpcd: fix building with pkgconfig
    
    PKGCONFIG was used, but not inherited
    
    Signed-off-by: Andrej Valek <andrej.valek at siemens.com>
    Signed-off-by: Peter Marko <peter.marko at siemens.com>
    Signed-off-by: Radovan Scasny <radovan.scasny at siemens.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
index 0447234..3cd1388 100644
--- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
@@ -12,7 +12,7 @@ SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
 SRC_URI[md5sum] = "2f17034432ea10415ee84a97ef131128"
 SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e"
 
-inherit autotools-brokensep
+inherit pkgconfig autotools-brokensep
 
 PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list