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/hostapd/hostapd_2.2.bb | |
| 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/hostapd/hostapd_2.2.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb deleted file mode 100644 index 02b78f1862..0000000000 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://hostap.epitest.fi" | ||
| 2 | SECTION = "kernel/userland" | ||
| 3 | LICENSE = "GPLv2 | BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://README;md5=0854a4da34ac3990770794d771fac7fd" | ||
| 5 | DEPENDS = "libnl openssl" | ||
| 6 | SUMMARY = "User space daemon for extended IEEE 802.11 management" | ||
| 7 | |||
| 8 | inherit update-rc.d systemd | ||
| 9 | INITSCRIPT_NAME = "hostapd" | ||
| 10 | |||
| 11 | SYSTEMD_SERVICE_${PN} = "hostapd.service" | ||
| 12 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
| 13 | |||
| 14 | DEFAULT_PREFERENCE = "-1" | ||
| 15 | |||
| 16 | SRC_URI = " \ | ||
| 17 | http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \ | ||
| 18 | file://defconfig \ | ||
| 19 | file://init \ | ||
| 20 | file://hostapd.service \ | ||
| 21 | file://add-sysroot-to-gcc.patch;patchdir=.. \ | ||
| 22 | " | ||
| 23 | |||
| 24 | S = "${WORKDIR}/hostapd-${PV}/hostapd" | ||
| 25 | |||
| 26 | |||
| 27 | do_configure() { | ||
| 28 | install -m 0644 ${WORKDIR}/defconfig ${S}/.config | ||
| 29 | } | ||
| 30 | |||
| 31 | do_compile() { | ||
| 32 | export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3" | ||
| 33 | make | ||
| 34 | } | ||
| 35 | |||
| 36 | do_install() { | ||
| 37 | install -d ${D}${sbindir} ${D}${sysconfdir}/init.d ${D}${systemd_unitdir}/system/ | ||
| 38 | install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir} | ||
| 39 | install -m 0755 ${S}/hostapd ${D}${sbindir} | ||
| 40 | install -m 0755 ${S}/hostapd_cli ${D}${sbindir} | ||
| 41 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd | ||
| 42 | install -m 0644 ${WORKDIR}/hostapd.service ${D}${systemd_unitdir}/system/ | ||
| 43 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service | ||
| 44 | } | ||
| 45 | |||
| 46 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" | ||
| 47 | |||
| 48 | SRC_URI[md5sum] = "23c1f78a693c3288802d516adb7fd289" | ||
| 49 | SRC_URI[sha256sum] = "f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882" | ||
