diff options
Diffstat (limited to 'meta')
-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() { |