diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb index d95dbec27..c38e20a72 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | HOMEPAGE = "http://w1.fi/hostapd/" | 1 | HOMEPAGE = "http://w1.fi/hostapd/" |
2 | SECTION = "kernel/userland" | 2 | SECTION = "kernel/userland" |
3 | LICENSE = "GPLv2 | BSD" | 3 | LICENSE = "GPLv2 | BSD" |
4 | LIC_FILES_CHKSUM = "file://README;md5=4d53178f44d4b38418a4fa8de365e11c" | 4 | LIC_FILES_CHKSUM = "file://${B}/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 | ||
@@ -18,11 +18,11 @@ SRC_URI = " \ | |||
18 | file://hostapd.service \ | 18 | file://hostapd.service \ |
19 | " | 19 | " |
20 | 20 | ||
21 | S = "${WORKDIR}/hostapd-${PV}/hostapd" | 21 | S = "${WORKDIR}/hostapd-${PV}" |
22 | 22 | B = "${WORKDIR}/hostapd-${PV}/hostapd" | |
23 | 23 | ||
24 | do_configure() { | 24 | do_configure() { |
25 | install -m 0644 ${WORKDIR}/defconfig ${S}/.config | 25 | install -m 0644 ${WORKDIR}/defconfig ${B}/.config |
26 | } | 26 | } |
27 | 27 | ||
28 | do_compile() { | 28 | do_compile() { |
@@ -32,9 +32,9 @@ do_compile() { | |||
32 | 32 | ||
33 | do_install() { | 33 | do_install() { |
34 | install -d ${D}${sbindir} ${D}${sysconfdir}/init.d ${D}${systemd_unitdir}/system/ | 34 | install -d ${D}${sbindir} ${D}${sysconfdir}/init.d ${D}${systemd_unitdir}/system/ |
35 | install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir} | 35 | install -m 0644 ${B}/hostapd.conf ${D}${sysconfdir} |
36 | install -m 0755 ${S}/hostapd ${D}${sbindir} | 36 | install -m 0755 ${B}/hostapd ${D}${sbindir} |
37 | install -m 0755 ${S}/hostapd_cli ${D}${sbindir} | 37 | install -m 0755 ${B}/hostapd_cli ${D}${sbindir} |
38 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd | 38 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd |
39 | install -m 0644 ${WORKDIR}/hostapd.service ${D}${systemd_unitdir}/system/ | 39 | install -m 0644 ${WORKDIR}/hostapd.service ${D}${systemd_unitdir}/system/ |
40 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service | 40 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service |