diff options
author | Philipp Wagner <lists@philipp-wagner.com> | 2013-09-15 13:29:17 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:01 +0200 |
commit | 653c667a56a2134a883fadc64fccb8a7a6b8bd8e (patch) | |
tree | b56abe55eeb95c8d3a5bffccdb73ce7997a685a8 /meta-oe | |
parent | 8aafddccb03f54923927e9d1c8c80223baf581de (diff) | |
download | meta-openembedded-653c667a56a2134a883fadc64fccb8a7a6b8bd8e.tar.gz |
iw: Update to 3.11
Signed-off-by: Philipp Wagner <mail@philipp-wagner.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/iw/iw_3.11.bb (renamed from meta-oe/recipes-connectivity/iw/iw_3.6.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.6.bb b/meta-oe/recipes-connectivity/iw/iw_3.11.bb index a09339c5a..42477e717 100644 --- a/meta-oe/recipes-connectivity/iw/iw_3.6.bb +++ b/meta-oe/recipes-connectivity/iw/iw_3.11.bb | |||
@@ -2,19 +2,19 @@ SUMMARY = "nl80211 based CLI configuration utility for wireless devices" | |||
2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ | 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 \ | 3 | wireless devices. It supports almost all new drivers that have been added \ |
4 | to the kernel recently. " | 4 | to the kernel recently. " |
5 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" | 5 | HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw" |
6 | SECTION = "base" | 6 | 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 pkgconfig" |
11 | 11 | ||
12 | SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ | 12 | SRC_URI = "http://www.kernel.org/pub/software/network/iw/${P}.tar.bz2 \ |
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 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c" | 16 | SRC_URI[md5sum] = "e633cf7c875c7d8b547abafc0d95f6c4" |
17 | SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857" | 17 | SRC_URI[sha256sum] = "09348d4f7371fad00c07cfb67b9e34f24403cbd9361f9634cfb4dff9cdd40139" |
18 | 18 | ||
19 | EXTRA_OEMAKE = "" | 19 | EXTRA_OEMAKE = "" |
20 | 20 | ||