diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:28:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:28:43 +0000 |
commit | 5d530ad71d08c3ebf127c6844969359c3a06a6ed (patch) | |
tree | 0b0e1db18aaa668c7dafeda3a84a46f0bfe17844 /openembedded/packages/hostap/hostap-utils_0.3.7.bb | |
parent | 1494095f626896f5429acd0aee6fca6389f21837 (diff) | |
download | openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.gz openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.bz2 openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.zip |
Update hostap packages from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@330 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hostap/hostap-utils_0.3.7.bb')
-rw-r--r-- | openembedded/packages/hostap/hostap-utils_0.3.7.bb | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/openembedded/packages/hostap/hostap-utils_0.3.7.bb b/openembedded/packages/hostap/hostap-utils_0.3.7.bb index cdfb0c1e3e..ad06cd3d6d 100644 --- a/openembedded/packages/hostap/hostap-utils_0.3.7.bb +++ b/openembedded/packages/hostap/hostap-utils_0.3.7.bb @@ -1,24 +1,3 @@ -DESCRIPTION = "User mode helpers for the hostap driver" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -RDEPENDS = "virtual/kernel-hostap" -PR = "r2" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ - file://hostap-fw-load.patch;patch=1" -S = "${WORKDIR}/hostap-utils-${PV}" - -BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \ - hostap_rid prism2_param prism2_srec split_combined_hex" - -do_install() { - install -d ${D}${sbindir}/ - for f in ${BINARIES} - do - install -m 0755 $f ${D}${sbindir}/ - done -} +include hostap-utils.inc +PR = "r3" |