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

jeremy_laine commit oe at amethyst.openembedded.net
Mon Sep 1 18:29:39 UTC 2008


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

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 14618d06c22d48ec7e356dbb9826c030df84d039
ViewMTN: http://monotone.openembedded.org/revision/info/14618d06c22d48ec7e356dbb9826c030df84d039
Files:
1
packages/madwifi/madwifi-ng_r3837-20080802.bb
packages/madwifi/madwifi-ng_r.inc
Diffs:

#
# mt diff -r1c9d873ad515cea70c9e42397c95b1fb72041b1d -r14618d06c22d48ec7e356dbb9826c030df84d039
#
#
#
# add_file "packages/madwifi/madwifi-ng_r3837-20080802.bb"
#  content [dc26db8f59f727d3e22a5b6d3df2ce383a96fd6e]
# 
# patch "packages/madwifi/madwifi-ng_r.inc"
#  from [02bfd781ccdec369d0463597c718b93071e28e85]
#    to [c0752f7d0d81fdbe5d514c34144988fcf9d014c6]
#
============================================================
--- packages/madwifi/madwifi-ng_r3837-20080802.bb	dc26db8f59f727d3e22a5b6d3df2ce383a96fd6e
+++ packages/madwifi/madwifi-ng_r3837-20080802.bb	dc26db8f59f727d3e22a5b6d3df2ce383a96fd6e
@@ -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"
============================================================
--- packages/madwifi/madwifi-ng_r.inc	02bfd781ccdec369d0463597c718b93071e28e85
+++ packages/madwifi/madwifi-ng_r.inc	c0752f7d0d81fdbe5d514c34144988fcf9d014c6
@@ -10,13 +10,14 @@ WACKELF_SRC_URI_compulab-pxa270 = " file
 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
 






More information about the Openembedded-commits mailing list