diff options
author | jackie huang <jackie.huang@windriver.com> | 2012-10-08 06:30:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-09 11:04:58 +0200 |
commit | 26b3c797464c55ff957ddd8bc5329f81b9afea6c (patch) | |
tree | 8d3ae25cf840ea68e57abfbad9016b225a5ce1be /meta-oe/recipes-connectivity/iw | |
parent | c40cedebf777403348a45fe265a1d7c8e1eb8c6e (diff) | |
download | meta-openembedded-26b3c797464c55ff957ddd8bc5329f81b9afea6c.tar.gz |
iw: update to 3.6
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/iw')
-rw-r--r-- | meta-oe/recipes-connectivity/iw/iw_3.6.bb (renamed from meta-oe/recipes-connectivity/iw/iw_3.2.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.2.bb b/meta-oe/recipes-connectivity/iw/iw_3.6.bb index 65e7c8f73..42a43c3d2 100644 --- a/meta-oe/recipes-connectivity/iw/iw_3.2.bb +++ b/meta-oe/recipes-connectivity/iw/iw_3.6.bb | |||
@@ -1,21 +1,22 @@ | |||
1 | DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices" | 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. " | ||
2 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" | 5 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" |
3 | SECTION = "base" | 6 | SECTION = "base" |
4 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" |
6 | 9 | ||
7 | PR = "r1" | ||
8 | |||
9 | DEPENDS = "libnl pkgconfig" | 10 | DEPENDS = "libnl pkgconfig" |
10 | 11 | ||
11 | SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ | 12 | SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ |
12 | 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 \ |
13 | " | 14 | " |
14 | 15 | ||
15 | SRC_URI[md5sum] = "80615c972a287dcd50890735469b0d1c" | 16 | SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c" |
16 | SRC_URI[sha256sum] = "370edabe6f73cc55be77a7502a3a25d23ec2aea900ae4ca3cec19d55bf8bdb12" | 17 | SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857" |
17 | 18 | ||
18 | CFLAGS += "-DCONFIG_LIBNL30" | 19 | EXTRA_OEMAKE = "" |
19 | 20 | ||
20 | do_install() { | 21 | do_install() { |
21 | oe_runmake DESTDIR=${D} install | 22 | oe_runmake DESTDIR=${D} install |