diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/iw/iw_4.1.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/iw/iw_4.1.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-connectivity/iw/iw_4.1.bb b/meta-oe/recipes-connectivity/iw/iw_4.1.bb deleted file mode 100644 index e1e7c12e0d..0000000000 --- a/meta-oe/recipes-connectivity/iw/iw_4.1.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "nl80211 based CLI configuration utility for wireless devices" | ||
| 2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ | ||
| 3 | wireless devices. It supports almost all new drivers that have been added \ | ||
| 4 | to the kernel recently. " | ||
| 5 | HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw" | ||
| 6 | SECTION = "base" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | ||
| 9 | |||
| 10 | DEPENDS = "libnl pkgconfig" | ||
| 11 | |||
| 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 \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "68c282285c71c956069957e9ca10a6a7" | ||
| 17 | SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9c8f33d" | ||
| 18 | |||
| 19 | EXTRA_OEMAKE = "" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | oe_runmake DESTDIR=${D} install | ||
| 23 | } | ||
