From 98303c78934cf2da8993868c91dcd5b270311292 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Wed, 27 Aug 2008 16:24:36 +0000 Subject: 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(-) create mode 100644 packages/madwifi/madwifi-ng_r3837-20080802.bb (limited to 'packages/madwifi') diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index be2b889da7..62f9d33b8f 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 0000000000..2f6319e3a2 --- /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" -- cgit v1.2.3