diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 09:38:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 09:38:47 +0000 |
commit | 573bc0167efa35ac5fb15833e5176559ce6527ac (patch) | |
tree | dbb963995dd8b087dd039a96545daa18587d518a /hostap | |
parent | 3959792b4e7516a99d25aa53d5d452cf143dcf65 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/31 10:38:31+01:00 (none)!pb
add patch for "tail -1" problem
BKrev: 410b68a7NyhmSVSmMOgcd1uAGF-H1g
Diffstat (limited to 'hostap')
-rw-r--r-- | hostap/hostap-modules-0.2.4/Makefile.patch | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.4.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hostap/hostap-modules-0.2.4/Makefile.patch b/hostap/hostap-modules-0.2.4/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules-0.2.4/Makefile.patch diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe index d7226d2bdc..04d1817ff9 100644 --- a/hostap/hostap-modules_0.2.4.oe +++ b/hostap/hostap-modules_0.2.4.oe @@ -6,7 +6,8 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" + file://hostap_cs.conf \ + file://Makefile.patch;patch=1" S = "${WORKDIR}/hostap-driver-${PV}" inherit module |