From c8f37d873ab0380f0eedaf708c6c7c801a57e3b8 Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 23 Jul 2015 14:34:14 +0800 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- .../{hostapd-2.2 => hostapd}/add-sysroot-to-gcc.patch | 0 .../hostapd/{hostapd-2.2 => hostapd}/defconfig | 0 .../hostapd/{hostapd-2.2 => hostapd}/hostapd.service | 0 .../hostapd/{hostapd-2.2 => hostapd}/init | 0 .../hostapd/{hostapd_2.2.bb => hostapd_2.4.bb} | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/add-sysroot-to-gcc.patch (100%) rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/defconfig (100%) rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/hostapd.service (100%) rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 => hostapd}/init (100%) rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.2.bb => hostapd_2.4.bb} (86%) 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 02b78f1862..84b1128488 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"