summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorjackie huang <jackie.huang@windriver.com>2012-10-08 06:30:20 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-09 11:04:58 +0200
commit26b3c797464c55ff957ddd8bc5329f81b9afea6c (patch)
tree8d3ae25cf840ea68e57abfbad9016b225a5ce1be /meta-oe
parentc40cedebf777403348a45fe265a1d7c8e1eb8c6e (diff)
downloadmeta-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')
-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 @@
1DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices" 1SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
2DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
3wireless devices. It supports almost all new drivers that have been added \
4to the kernel recently. "
2HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" 5HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
3SECTION = "base" 6SECTION = "base"
4LICENSE = "BSD" 7LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" 8LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
6 9
7PR = "r1"
8
9DEPENDS = "libnl pkgconfig" 10DEPENDS = "libnl pkgconfig"
10 11
11SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ 12SRC_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
15SRC_URI[md5sum] = "80615c972a287dcd50890735469b0d1c" 16SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
16SRC_URI[sha256sum] = "370edabe6f73cc55be77a7502a3a25d23ec2aea900ae4ca3cec19d55bf8bdb12" 17SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
17 18
18CFLAGS += "-DCONFIG_LIBNL30" 19EXTRA_OEMAKE = ""
19 20
20do_install() { 21do_install() {
21 oe_runmake DESTDIR=${D} install 22 oe_runmake DESTDIR=${D} install