diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-08-28 13:23:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:43:57 +0100 |
commit | eced78085ade48fe01c65c025eb64b838f03ef5f (patch) | |
tree | cafc6c14ad046a06106e52e19339ef6ec7f88320 /meta/recipes-connectivity/iw | |
parent | fc4a2097bf2ffe795aa23ac6c7fbf34cbbc625fe (diff) | |
download | poky-eced78085ade48fe01c65c025eb64b838f03ef5f.tar.gz |
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.
(From OE-Core rev: db71dca8fea9cb95858f1f1ec4e417a7a5f3aab4)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iw')
-rw-r--r-- | meta/recipes-connectivity/iw/iw_4.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/meta/recipes-connectivity/iw/iw_4.1.bb index e1e7c12e0d..556af2b800 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" | |||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" |
9 | 9 | ||
10 | DEPENDS = "libnl pkgconfig" | 10 | DEPENDS = "libnl" |
11 | 11 | ||
12 | SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ | 12 | SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ |
13 | file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ | 13 | 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 \ | |||
16 | SRC_URI[md5sum] = "68c282285c71c956069957e9ca10a6a7" | 16 | SRC_URI[md5sum] = "68c282285c71c956069957e9ca10a6a7" |
17 | SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9c8f33d" | 17 | SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9c8f33d" |
18 | 18 | ||
19 | inherit pkgconfig | ||
20 | |||
19 | EXTRA_OEMAKE = "" | 21 | EXTRA_OEMAKE = "" |
20 | 22 | ||
21 | do_install() { | 23 | do_install() { |