diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/madwifi | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
Diffstat (limited to 'packages/madwifi')
-rw-r--r-- | packages/madwifi/madwifi-ng_r.inc | 2 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r2826-20071105.bb | 2 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r3314-20080131.bb | 2 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r3837-20080802.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index 9ec0a042c1..ddb1e6a50b 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "kernel (${KERNEL_VERSION})" DEPENDS = "virtual/kernel" -FILE_PR ="r5" +PR ="r5" WACKELF_SRC_URI = "" WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf.patch;patch=1" diff --git a/packages/madwifi/madwifi-ng_r2826-20071105.bb b/packages/madwifi/madwifi-ng_r2826-20071105.bb index 97ad1e5f47..5301e3bd42 100644 --- a/packages/madwifi/madwifi-ng_r2826-20071105.bb +++ b/packages/madwifi/madwifi-ng_r2826-20071105.bb @@ -11,4 +11,4 @@ INHIBIT_PACKAGE_STRIP = "1" require madwifi-ng_r.inc # PR set after the include, to override what's set in the included file. -FILE_PR = "r1" +PR = "r1" diff --git a/packages/madwifi/madwifi-ng_r3314-20080131.bb b/packages/madwifi/madwifi-ng_r3314-20080131.bb index 3dc1ac4334..fb5cde036f 100644 --- a/packages/madwifi/madwifi-ng_r3314-20080131.bb +++ b/packages/madwifi/madwifi-ng_r3314-20080131.bb @@ -11,4 +11,4 @@ SRC_URI += " \ " # PR set after the include, to override what's set in the included file. -FILE_PR = "r6" +PR = "r6" diff --git a/packages/madwifi/madwifi-ng_r3837-20080802.bb b/packages/madwifi/madwifi-ng_r3837-20080802.bb index 84f4c6d1fa..bf14c33f83 100644 --- a/packages/madwifi/madwifi-ng_r3837-20080802.bb +++ b/packages/madwifi/madwifi-ng_r3837-20080802.bb @@ -15,4 +15,4 @@ WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf-v2.patch;patch= SRCNAME = "madwifi-trunk" # PR set after the include, to override what's set in the included file. -FILE_PR = "r1" +PR = "r1" |