summaryrefslogtreecommitdiff
path: root/packages/hostap/hostap-modules_0.4.4.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-01-18apmd|hostap|orinoco: move the fix for bug 3664 into a separate packageRolf Leggewie1
* the package is RRECOMMENDS and should be installed automatically, but can be removed if one so desires * reorder some fields according to StyleGuide * bump PR
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-04-07hostap-modules: hostap-modules-cs now RDEPEND on hostap-confMarcin Juszkiewicz1
- its easier to update only hostap-conf when new card is added
2006-03-19hostap-modules/hostap-utils: Cleanup DEPENDS/(R)PROVIDERS - ↵Richard Purdie1
virtual/kernel-hostap is a runtime entity and allows the hostap modules to be external kernel modules, internal kernel modules or built into the kernel.
2006-03-03hostap-modules: cleanup to avoid duplicationPhilipp Zabel1
2006-01-14added hostap-conf package with cards definitions for pcmcia-csMarcin Juszkiewicz1
- files/hostap_cs.conf-upstream is taken from hostap-modules 0.4.5 source - each machine which use in-kernel version of hostap modules should have "hostap-conf" in BOOTSTRAP_EXTRA_RDEPENDS - hostap-modules_*.bb PROVIDE hostap-conf - hostap-modules-cs RPROVIDE hostap-conf
2005-12-14hostap, linuz-oz-2.6: Change hostap-utils/hostap-daemon to depend on ↵Richard Purdie1
virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
2005-09-28hostap-modules: added two more cardsMarcin Juszkiewicz1
2005-09-28hostap-modules: added few cards into hostap_cs.confMarcin Juszkiewicz1
2005-09-17hostap: Add fixes so it builds correctly for kernels > 2.6.13Richard Purdie1
2005-08-24added hostap modules 0.4.4 (development version which works with kernel 2.6.13)Marcin Juszkiewicz1