From 16e4f398810319ec0004987dfeb2eed16278f422 Mon Sep 17 00:00:00 2001 From: Li xin Date: Wed, 22 Jul 2015 16:49:48 +0800 Subject: iw: upgrade 3.15 -> 4.1 Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/iw/iw_3.15.bb | 23 ----------------------- meta-oe/recipes-connectivity/iw/iw_4.1.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/iw/iw_3.15.bb create mode 100644 meta-oe/recipes-connectivity/iw/iw_4.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/iw/iw_3.15.bb b/meta-oe/recipes-connectivity/iw/iw_3.15.bb deleted file mode 100644 index 7800e905ee..0000000000 --- a/meta-oe/recipes-connectivity/iw/iw_3.15.bb +++ /dev/null @@ -1,23 +0,0 @@ -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://wireless.kernel.org/en/users/Documentation/iw" -SECTION = "base" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" - -DEPENDS = "libnl pkgconfig" - -SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ - file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ -" - -SRC_URI[md5sum] = "ebb16e6c29b075e3a58b99552583fd79" -SRC_URI[sha256sum] = "1223ebab68dc337f16ed80c45af37b78f112ea091e919eafe96a4cbd63942081" - -EXTRA_OEMAKE = "" - -do_install() { - oe_runmake DESTDIR=${D} install -} diff --git a/meta-oe/recipes-connectivity/iw/iw_4.1.bb b/meta-oe/recipes-connectivity/iw/iw_4.1.bb new file mode 100644 index 0000000000..e1e7c12e0d --- /dev/null +++ b/meta-oe/recipes-connectivity/iw/iw_4.1.bb @@ -0,0 +1,23 @@ +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://wireless.kernel.org/en/users/Documentation/iw" +SECTION = "base" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" + +DEPENDS = "libnl pkgconfig" + +SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ + file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ +" + +SRC_URI[md5sum] = "68c282285c71c956069957e9ca10a6a7" +SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9c8f33d" + +EXTRA_OEMAKE = "" + +do_install() { + oe_runmake DESTDIR=${D} install +} -- cgit 1.2.3-korg