From 50ccd846f49fca6890d68a77e968bdabc395562b Mon Sep 17 00:00:00 2001 From: jackie huang Date: Mon, 8 Oct 2012 06:30:20 +0000 Subject: [PATCH] iw: update to 3.6 (From meta-openembedded rev: 26b3c797464c55ff957ddd8bc5329f81b9afea6c) Signed-off-by: Jackie Huang Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- .../recipes-connectivity/iw/{iw_3.2.bb => iw_3.6.bb} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename meta-openembedded/meta-oe/recipes-connectivity/iw/{iw_3.2.bb => iw_3.6.bb} (50%) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.2.bb b/meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.6.bb similarity index 50% rename from meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.2.bb rename to meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.6.bb index 65e7c8f..42a43c3 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.2.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/iw/iw_3.6.bb @@ -1,21 +1,22 @@ -DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices" +SUMMARY = "nl80211 based CLI configuration utility for wireless devices" +DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ +wireless devices. It supports almost all new drivers that have been added \ +to the kernel recently. " HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw" SECTION = "base" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" -PR = "r1" - DEPENDS = "libnl pkgconfig" SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ " -SRC_URI[md5sum] = "80615c972a287dcd50890735469b0d1c" -SRC_URI[sha256sum] = "370edabe6f73cc55be77a7502a3a25d23ec2aea900ae4ca3cec19d55bf8bdb12" +SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c" +SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857" -CFLAGS += "-DCONFIG_LIBNL30" +EXTRA_OEMAKE = "" do_install() { oe_runmake DESTDIR=${D} install -- 2.7.4