aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u-boot
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/u-boot
parentf629930ce8c8e4950e46af9bae5b911ca150e7c7 (diff)
downloadopenembedded-aa03004ace2fabb135a6208ef8c2d2b312aa7b0b.tar.gz
[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/u-boot')
-rw-r--r--packages/u-boot/u-boot-env.bb2
-rw-r--r--packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb2
-rw-r--r--packages/u-boot/u-boot-omap2430sdp_1.1.4.bb2
-rw-r--r--packages/u-boot/u-boot-omap3_git.bb2
-rw-r--r--packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb2
-rw-r--r--packages/u-boot/u-boot-openmoko.inc2
-rw-r--r--packages/u-boot/u-boot-utils-native_1.2.0.bb2
-rw-r--r--packages/u-boot/u-boot-utils_1.2.0.bb2
-rw-r--r--packages/u-boot/u-boot_1.1.2.bb2
-rw-r--r--packages/u-boot/u-boot_1.1.4.bb2
-rw-r--r--packages/u-boot/u-boot_1.1.6.bb2
-rw-r--r--packages/u-boot/u-boot_1.2.0.bb2
-rw-r--r--packages/u-boot/u-boot_1.3.1.bb2
-rw-r--r--packages/u-boot/u-boot_1.3.2.bb2
-rw-r--r--packages/u-boot/u-boot_git.bb2
15 files changed, 15 insertions, 15 deletions
diff --git a/packages/u-boot/u-boot-env.bb b/packages/u-boot/u-boot-env.bb
index 1bee272d82..ff1e5733a3 100644
--- a/packages/u-boot/u-boot-env.bb
+++ b/packages/u-boot/u-boot-env.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Dummy package to get uboot env image into deploy"
-PR = "r1"
+FILE_PR = "r1"
inherit kernel-arch
diff --git a/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb b/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb
index 8b5564c14c..eef35c5b60 100644
--- a/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb
+++ b/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb
@@ -3,7 +3,7 @@ require u-boot-openmoko_git.bb
inherit native
PV = "1.2.0+git9912121f7ed804ea58fd62f3f230b5dcfc357d88svn2238"
-PR = "r1"
+FILE_PR = "r1"
SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=9912121f7ed804ea58fd62f3f230b5dcfc357d88 \
file://uboot-machtypes.patch;patch=1 \
diff --git a/packages/u-boot/u-boot-omap2430sdp_1.1.4.bb b/packages/u-boot/u-boot-omap2430sdp_1.1.4.bb
index 4dcc989107..6c731d501b 100644
--- a/packages/u-boot/u-boot-omap2430sdp_1.1.4.bb
+++ b/packages/u-boot/u-boot-omap2430sdp_1.1.4.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR="r1"
+FILE_PR ="r1"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://linux.omap.com/pub/bootloader/2430sdp/source/u-boot-SEP1106.tar.gz \
diff --git a/packages/u-boot/u-boot-omap3_git.bb b/packages/u-boot/u-boot-omap3_git.bb
index ce7c5b9433..2bd2dc91f1 100644
--- a/packages/u-boot/u-boot-omap3_git.bb
+++ b/packages/u-boot/u-boot-omap3_git.bb
@@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${M
SRCREV = "c492706ba046124333323273f6fc21123360cb50"
PV = "2008.10-rc1+${PR}+git${SRCREV}"
-PR="r1"
+FILE_PR ="r1"
SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
"
diff --git a/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb b/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb
index e915e1e8f8..e02a95c7dd 100644
--- a/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb
+++ b/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR="r1"
+FILE_PR ="r1"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \
diff --git a/packages/u-boot/u-boot-openmoko.inc b/packages/u-boot/u-boot-openmoko.inc
index c25afd38f6..65390ab465 100644
--- a/packages/u-boot/u-boot-openmoko.inc
+++ b/packages/u-boot/u-boot-openmoko.inc
@@ -6,7 +6,7 @@ PRIORITY = "optional"
PROVIDES = "virtual/bootloader"
LOCALVERSION = "+gitr${SRCREV}"
PV = "1.3.1${LOCALVERSION}"
-PR = "r0"
+FILE_PR = "r0"
UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v2 gta02v4 gta02v5"
diff --git a/packages/u-boot/u-boot-utils-native_1.2.0.bb b/packages/u-boot/u-boot-utils-native_1.2.0.bb
index b04b366ffe..bc29ddbd5c 100644
--- a/packages/u-boot/u-boot-utils-native_1.2.0.bb
+++ b/packages/u-boot/u-boot-utils-native_1.2.0.bb
@@ -3,7 +3,7 @@ SECTION = "bootloaders"
PRIORITY = "optional"
LICENSE = "GPL"
ALLOW_EMPTY = "1"
-PR = "r1"
+FILE_PR = "r1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
diff --git a/packages/u-boot/u-boot-utils_1.2.0.bb b/packages/u-boot/u-boot-utils_1.2.0.bb
index 1734b41a0e..94ede71c6f 100644
--- a/packages/u-boot/u-boot-utils_1.2.0.bb
+++ b/packages/u-boot/u-boot-utils_1.2.0.bb
@@ -3,7 +3,7 @@ SECTION = "bootloaders"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "mtd-utils"
-PR = "r7"
+FILE_PR = "r7"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fw_env.c.patch;patch=1 \
diff --git a/packages/u-boot/u-boot_1.1.2.bb b/packages/u-boot/u-boot_1.1.2.bb
index 8287d35a1d..72c706ed51 100644
--- a/packages/u-boot/u-boot_1.1.2.bb
+++ b/packages/u-boot/u-boot_1.1.2.bb
@@ -1,4 +1,4 @@
-PR = "r3"
+FILE_PR = "r3"
require u-boot.inc
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
diff --git a/packages/u-boot/u-boot_1.1.4.bb b/packages/u-boot/u-boot_1.1.4.bb
index df6a357c63..07cd745f17 100644
--- a/packages/u-boot/u-boot_1.1.4.bb
+++ b/packages/u-boot/u-boot_1.1.4.bb
@@ -1,6 +1,6 @@
require u-boot.inc
-PR = "r1"
+FILE_PR = "r1"
DEFAULT_PREFERENCE = "-1"
diff --git a/packages/u-boot/u-boot_1.1.6.bb b/packages/u-boot/u-boot_1.1.6.bb
index e003c69d7b..3c75eb8d2c 100644
--- a/packages/u-boot/u-boot_1.1.6.bb
+++ b/packages/u-boot/u-boot_1.1.6.bb
@@ -1,6 +1,6 @@
require u-boot.inc
-PR = "r3"
+FILE_PR = "r3"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \
file://devkit-idp.patch;patch=1 \
diff --git a/packages/u-boot/u-boot_1.2.0.bb b/packages/u-boot/u-boot_1.2.0.bb
index 7c6aff8920..2efd974254 100644
--- a/packages/u-boot/u-boot_1.2.0.bb
+++ b/packages/u-boot/u-boot_1.2.0.bb
@@ -1,6 +1,6 @@
require u-boot.inc
-PR = "r3"
+FILE_PR = "r3"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2 \
"
diff --git a/packages/u-boot/u-boot_1.3.1.bb b/packages/u-boot/u-boot_1.3.1.bb
index 5c32b9a156..67a082c61d 100644
--- a/packages/u-boot/u-boot_1.3.1.bb
+++ b/packages/u-boot/u-boot_1.3.1.bb
@@ -2,7 +2,7 @@ require u-boot.inc
DEFAULT_PREFERENCE = "-1"
-PR = "r1"
+FILE_PR = "r1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://mpc8313e-rdb-autoboot.patch;patch=1 \
diff --git a/packages/u-boot/u-boot_1.3.2.bb b/packages/u-boot/u-boot_1.3.2.bb
index d610526081..6ffbcef491 100644
--- a/packages/u-boot/u-boot_1.3.2.bb
+++ b/packages/u-boot/u-boot_1.3.2.bb
@@ -2,7 +2,7 @@ require u-boot.inc
DEFAULT_PREFERENCE = "-1"
-PR = "r3"
+FILE_PR = "r3"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb
index 6131aa1e3b..2f17cbddee 100644
--- a/packages/u-boot/u-boot_git.bb
+++ b/packages/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR="r18"
+FILE_PR ="r18"
SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"