From: Rod Whitby Date: Tue, 27 Feb 2007 11:04:06 +0000 (+0000) Subject: madwifi-ng: Make the wackelf patch conditional on ixp4xx X-Git-Tag: Release-2010-05/1~9135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15db148aa49730841527975c932a1f6c55fb86a0;p=openembedded.git madwifi-ng: Make the wackelf patch conditional on ixp4xx --- diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index 63a9ea8d0e..2124bfe6c1 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -4,14 +4,16 @@ PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "kernel (${KERNEL_VERSION})" DEPENDS = "virtual/kernel" -PR="r2" +PR="r3" + +WACKELF_SRC_URI = "" +WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf.patch;patch=1" SRC_URI = "http://snapshots.madwifi.org/${PN}/${PN}-${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 \ - file://20-xscale-VFP-wackelf.patch;patch=1 -" + ${WACKELF_SRC_URI}" S = "${WORKDIR}/${PN}-${PV}"