madwifi-ng: update to snapshot r3837 (required for linux-2.6.26)
authorJeremy Laine <jeremy.laine@m4x.org>
Wed, 27 Aug 2008 16:24:36 +0000 (16:24 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Wed, 27 Aug 2008 16:24:36 +0000 (16:24 +0000)
packages/madwifi/madwifi-ng_r.inc
packages/madwifi/madwifi-ng_r3837-20080802.bb [new file with mode: 0644]

index be2b889..62f9d33 100644 (file)
@@ -10,13 +10,14 @@ WACKELF_SRC_URI = ""
 WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf.patch;patch=1"
 WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf.patch;patch=1"
 
-SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${PN}-${PV}.tar.gz \
+SRCNAME = "${PN}"
+SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${SRCNAME}-${PV}.tar.gz \
           file://10-xscale-be-elf-copts.patch;patch=1 \
           file://10-xscale-le-elf-copts.patch;patch=1 \
            file://10-sh4-le-elf-copts.patch;patch=1 \
           ${WACKELF_SRC_URI}"
 
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit module-base
 
diff --git a/packages/madwifi/madwifi-ng_r3837-20080802.bb b/packages/madwifi/madwifi-ng_r3837-20080802.bb
new file mode 100644 (file)
index 0000000..2f6319e
--- /dev/null
@@ -0,0 +1,12 @@
+# 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
+
+SRCNAME = "madwifi-trunk"
+
+# PR set after the include, to override what's set in the included file.
+PR = "r0"