summaryrefslogtreecommitdiff
path: root/packages/madwifi
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:56:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 21:41:43 +0200
commitaa03004ace2fabb135a6208ef8c2d2b312aa7b0b (patch)
tree422c1d0883e7a5b9fd5ac111f39baf22aceb31a3 /packages/madwifi
parentf629930ce8c8e4950e46af9bae5b911ca150e7c7 (diff)
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages/madwifi')
-rw-r--r--packages/madwifi/madwifi-ng_r.inc2
-rw-r--r--packages/madwifi/madwifi-ng_r2826-20071105.bb2
-rw-r--r--packages/madwifi/madwifi-ng_r3314-20080131.bb2
-rw-r--r--packages/madwifi/madwifi-ng_r3837-20080802.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc
index 62f9d33b8f..9ec0a042c1 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"
-PR="r5"
+FILE_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 5301e3bd42..97ad1e5f47 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.
-PR = "r1"
+FILE_PR = "r1"
diff --git a/packages/madwifi/madwifi-ng_r3314-20080131.bb b/packages/madwifi/madwifi-ng_r3314-20080131.bb
index fb5cde036f..3dc1ac4334 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.
-PR = "r6"
+FILE_PR = "r6"
diff --git a/packages/madwifi/madwifi-ng_r3837-20080802.bb b/packages/madwifi/madwifi-ng_r3837-20080802.bb
index bf14c33f83..84f4c6d1fa 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.
-PR = "r1"
+FILE_PR = "r1"