[oe-commits] Li xin : hostapd: upgrade 2.2 -> 2.4

git at git.openembedded.org git at git.openembedded.org
Mon Aug 3 09:46:14 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: d126e894ee936e4dc8b2980585d4aaa3d1f25139
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d126e894ee936e4dc8b2980585d4aaa3d1f25139

Author: Li xin <lixin.fnst at cn.fujitsu.com>
Date:   Thu Jul 23 14:34:14 2015 +0800

hostapd: upgrade 2.2 -> 2.4

Update the checksum of COPYING,since the date in it has been changed,
but the LICENSE has not been changed.

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../hostapd/{hostapd-2.2 => hostapd}/add-sysroot-to-gcc.patch       | 0
 .../recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/defconfig | 0
 .../hostapd/{hostapd-2.2 => hostapd}/hostapd.service                | 0
 meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/init  | 0
 .../recipes-connectivity/hostapd/{hostapd_2.2.bb => hostapd_2.4.bb} | 6 +++---
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/add-sysroot-to-gcc.patch b/meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/add-sysroot-to-gcc.patch
rename to meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig
rename to meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service b/meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service
rename to meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init b/meta-oe/recipes-connectivity/hostapd/hostapd/init
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init
rename to meta-oe/recipes-connectivity/hostapd/hostapd/init
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
similarity index 86%
rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb
rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
index 02b78f1..84b1128 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://hostap.epitest.fi"
 SECTION = "kernel/userland"
 LICENSE = "GPLv2 | BSD"
-LIC_FILES_CHKSUM = "file://README;md5=0854a4da34ac3990770794d771fac7fd"
+LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c"
 DEPENDS = "libnl openssl"
 SUMMARY = "User space daemon for extended IEEE 802.11 management"
 
@@ -45,5 +45,5 @@ do_install() {
 
 CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"
 
-SRC_URI[md5sum] = "23c1f78a693c3288802d516adb7fd289"
-SRC_URI[sha256sum] = "f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882"
+SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912"
+SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f"



More information about the Openembedded-commits mailing list