From b3228d1dab7d0cdd080f0d1db497152d1ee9b5ad Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Thu, 21 Apr 2011 16:53:31 +0000 Subject: hostap-daemon: build from git sources * Builds a new version 0.8.x which is not released yet as a zip file. This version has new features like WIFI-direct used in new mac80211 versions * As the recipe is very similar to the 0.7.3 version, I have created a common include file shared between the 0.7.3 version and the git version * Updated the 0.7.3 recipe to use this include file and bumped the PR * Add PV * Update defconfig Signed-off-by: Eyal Reizer Acked-by: Koen Kooi Signed-off-by: Denys Dmytriyenko Signed-off-by: Koen Kooi --- recipes/hostap/hostap-daemon_0.7.3.bb | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'recipes/hostap/hostap-daemon_0.7.3.bb') diff --git a/recipes/hostap/hostap-daemon_0.7.3.bb b/recipes/hostap/hostap-daemon_0.7.3.bb index 10b1389590..5a8aee7045 100644 --- a/recipes/hostap/hostap-daemon_0.7.3.bb +++ b/recipes/hostap/hostap-daemon_0.7.3.bb @@ -1,10 +1,8 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "libnl openssl" -PR = "r2" + +require hostap-daemon-0.7.inc + +PR = "r3" DEFAULT_PREFERENCE = "-1" @@ -16,23 +14,4 @@ SRC_URI[sha256sum] = "31eb2781f37e1a4c27969d1594f8019c0ca87779349c099ab812833289 S = "${WORKDIR}/hostapd-${PV}/hostapd" -inherit update-rc.d -INITSCRIPT_NAME=hostapd - -do_configure() { - install -m 0644 ${WORKDIR}/defconfig ${S}/.config -} - -do_compile() { - make -} - -do_install() { - install -d ${D}${sbindir} ${D}${sysconfdir}/init.d - install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir} - install -m 0755 ${S}/hostapd ${D}${sbindir} - install -m 0755 ${S}/hostapd_cli ${D}${sbindir} - install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd -} -CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" -- cgit 1.2.3-korg