summaryrefslogtreecommitdiffstats
path: root/meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-25 10:56:54 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-25 10:56:54 +0000
commit39ca55c42b0896751d21ca65a90eb54e364df90e (patch)
treed8fdd5f8a49f0fe45a6c7cae8dfb9a166d922902 /meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc
parente0ce469778aacfc69611b8101c0fafee53b453a9 (diff)
downloadpoky-39ca55c42b0896751d21ca65a90eb54e364df90e.tar.gz
wpa-supplicant: drop old versions, use 0.5.7 (latest stable) as default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1551 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc')
-rw-r--r--meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc b/meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc
deleted file mode 100644
index e75ce2e570..0000000000
--- a/meta/packages/wpa-supplicant/wpa-supplicant_0.2.6.inc
+++ /dev/null
@@ -1,33 +0,0 @@
1SECTION = "kernel/userland"
2HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
3PRIORITY = "optional"
4LICENSE = "GPL"
5
6SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
7 file://wpa-defconfig \
8 file://wpa_supplicant_default.conf"
9
10RREPLACES_${PN} = "hostap-${PN}"
11RPROVIDES_${PN} = "hostap-${PN}"
12RCONFLICTS_${PN} = "hostap-${PN}"
13
14S = "${WORKDIR}/wpa_supplicant-${PV}"
15
16do_compile() {
17 unset CFLAGS
18 base_do_compile
19}
20
21do_configure() {
22 install -m 0644 ${WORKDIR}/wpa-defconfig .config
23}
24
25do_install() {
26 install -d ${D}${sysconfdir} ${D}${bindir}
27 install -m 0644 wpa_supplicant.conf ${D}${sysconfdir}/wpa_supplicant.conf.sample
28 install -m 0644 ../wpa_supplicant_default.conf ${D}${sysconfdir}/wpa_supplicant.conf
29 install -m 0755 wpa_passphrase ${D}${bindir}
30 install -m 0755 wpa_cli ${D}${bindir}
31 install -m 0755 wpa_supplicant ${D}${bindir}
32}
33