]> code.ossystems Code Review - openembedded-core.git/commitdiff
iw: inherit pkgconfig
authorChristopher Larson <chris_larson@mentor.com>
Fri, 28 Aug 2015 20:23:00 +0000 (13:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Aug 2015 11:24:19 +0000 (12:24 +0100)
We want the dep on pkgconfig-native, not pkgconfig, and the convention is to
inherit pkgconfig when running pkg-config at build time.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/iw/iw_4.1.bb

index e1e7c12e0d2b20ba95d70d8822173246fe4d6614..556af2b80092d214d74cbc3664f7191d7eb85c18 100644 (file)
@@ -7,7 +7,7 @@ SECTION = "base"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
 
-DEPENDS = "libnl pkgconfig"
+DEPENDS = "libnl"
 
 SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
            file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
@@ -16,6 +16,8 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
 SRC_URI[md5sum] = "68c282285c71c956069957e9ca10a6a7"
 SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9c8f33d"
 
+inherit pkgconfig
+
 EXTRA_OEMAKE = ""
 
 do_install() {