[oe-commits] : madwifi-ng: update to snapshot r3837 (required for linux-2.6.26)

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:35:48 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: f0ead92baad9fac3257ff993d021b548d21f1d67
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=f0ead92baad9fac3257ff993d021b548d21f1d67

Author:  <jeremy_laine at openembedded.org>
Date:   Wed Aug 27 16:24:36 2008 +0000

madwifi-ng: update to snapshot r3837 (required for linux-2.6.26)

---

 packages/madwifi/madwifi-ng_r.inc             |    5 +++--
 packages/madwifi/madwifi-ng_r3837-20080802.bb |   12 ++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc
index be2b889..62f9d33 100644
--- a/packages/madwifi/madwifi-ng_r.inc
+++ b/packages/madwifi/madwifi-ng_r.inc
@@ -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
index 0000000..2f6319e
--- /dev/null
+++ b/packages/madwifi/madwifi-ng_r3837-20080802.bb
@@ -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"





More information about the Openembedded-commits mailing list