diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-07-23 14:34:14 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:52:30 +0200 |
commit | c8f37d873ab0380f0eedaf708c6c7c801a57e3b8 (patch) | |
tree | b2695e911276dde03d78113db6d5881dfb64c260 /meta-oe/recipes-connectivity | |
parent | 9fee5145d7bf011df948fb82aca14b488c7c38c2 (diff) | |
download | meta-openembedded-c8f37d873ab0380f0eedaf708c6c7c801a57e3b8.tar.gz |
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@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch (renamed from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/add-sysroot-to-gcc.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd/defconfig (renamed from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service (renamed from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd/init (renamed from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb (renamed from meta-oe/recipes-connectivity/hostapd/hostapd_2.2.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 index d1134b9aa..d1134b9aa 100644 --- 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 | |||
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig index 278964017..278964017 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig +++ b/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 index 151c0504f..151c0504f 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service +++ b/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 index 8ba4e0794..8ba4e0794 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init +++ b/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 index 02b78f186..84b112848 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 @@ | |||
1 | HOMEPAGE = "http://hostap.epitest.fi" | 1 | HOMEPAGE = "http://hostap.epitest.fi" |
2 | SECTION = "kernel/userland" | 2 | SECTION = "kernel/userland" |
3 | LICENSE = "GPLv2 | BSD" | 3 | LICENSE = "GPLv2 | BSD" |
4 | LIC_FILES_CHKSUM = "file://README;md5=0854a4da34ac3990770794d771fac7fd" | 4 | LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c" |
5 | DEPENDS = "libnl openssl" | 5 | DEPENDS = "libnl openssl" |
6 | SUMMARY = "User space daemon for extended IEEE 802.11 management" | 6 | SUMMARY = "User space daemon for extended IEEE 802.11 management" |
7 | 7 | ||
@@ -45,5 +45,5 @@ do_install() { | |||
45 | 45 | ||
46 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" | 46 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" |
47 | 47 | ||
48 | SRC_URI[md5sum] = "23c1f78a693c3288802d516adb7fd289" | 48 | SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912" |
49 | SRC_URI[sha256sum] = "f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882" | 49 | SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f" |