aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-06-18 15:43:12 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-06-18 15:43:12 +0400
commitec7b787de1ea8c71ac2e2e23be93500c347105b6 (patch)
treeb0445ada2bb3bccbd0b004bb415100faaee5e04d
parent5db54e59e503383fb1c6a2a068e756d837c5ce47 (diff)
downloadopenembedded-ec7b787de1ea8c71ac2e2e23be93500c347105b6.tar.gz
madwifi-ng: new snapshot
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/madwifi/madwifi-ng_r4029-20090525.bb21
2 files changed, 25 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1d3e4da26e..4f3a124cfd 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -16010,6 +16010,10 @@ sha256=d504e1e7b8f0d01b5441a86d1086aa4088c8896d87d8aabd6dabace76997467a
md5=bf12d0f9f306dad91bf7530586712dee
sha256=3b8ea233bee05edc346c66577b6beb5ccc81db9d9440982624d7b39aecc79c77
+[http://snapshots.madwifi-project.org/madwifi-trunk/madwifi-trunk-r4029-20090525.tar.gz]
+md5=aa88865c0fd11a0c0736af17a13c4f5a
+sha256=d42b59fdac3972a9b0876789ed61e78ea13c34fefe7d819ac0fbf748070fecef
+
[http://repository.maemo.org/pool/maemo4.1/free/m/maemo-af-desktop-l10n-public/maemo-af-desktop-l10n-public_5.0+r6160.tar.gz]
md5=5e13cc37619d6a79459ef1b36d671597
sha256=28d1dbeb0c6db7a4155fb87c838b0d814e583147fb0cc23bdf64691014f69add
diff --git a/recipes/madwifi/madwifi-ng_r4029-20090525.bb b/recipes/madwifi/madwifi-ng_r4029-20090525.bb
new file mode 100644
index 0000000000..0c09a1c414
--- /dev/null
+++ b/recipes/madwifi/madwifi-ng_r4029-20090525.bb
@@ -0,0 +1,21 @@
+# Bitbake recipe for the madwifi-ng driver
+
+# Disable stripping of kernel modules, since this action strips too
+# much out, and the resulting module won't load.
+INHIBIT_PACKAGE_STRIP = "1"
+
+require madwifi-ng_r.inc
+
+# Due to a minor Makefile restructuring, newer versions require an updated
+# patch; this is really ugly and some alternate way to do this that's more
+# generic should be figured out.
+WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
+WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
+
+SRC_URI = "http://snapshots.madwifi-project.org/madwifi-trunk/${SRCNAME}-${PV}.tar.gz \
+ file://respect-ldflags.patch;patch=1"
+
+SRCNAME = "madwifi-trunk"
+
+# PR set after the include, to override what's set in the included file.
+PR = "r0"