From: Christopher Larson Date: Fri, 28 Aug 2015 20:23:00 +0000 (-0700) Subject: iw: inherit pkgconfig X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db71dca8fea9cb95858f1f1ec4e417a7a5f3aab4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git iw: inherit pkgconfig 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/meta/recipes-connectivity/iw/iw_4.1.bb index e1e7c12e0d2..556af2b8009 100644 --- a/meta/recipes-connectivity/iw/iw_4.1.bb +++ b/meta/recipes-connectivity/iw/iw_4.1.bb @@ -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() {