aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bootsplash
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/gpe-bootsplash
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/gpe-bootsplash')
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.13.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.14.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.15.bb2
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_svn.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb
index 9790d8ebad..5f5a5afacb 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gpe-bootsplash"
RDEPENDS = "gpe-bootsplash"
-PR = "r1"
+FILE_PR = "r1"
export THEME = "e"
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb
index c170746e79..ba196b82e4 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gpe-bootsplash"
RDEPENDS = "gpe-bootsplash"
-PR = "r0"
+FILE_PR = "r0"
export THEME = "gpephone"
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb
index 293766a0b6..a31f0027c7 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gpe-bootsplash"
RDEPENDS = "gpe-bootsplash"
-PR = "r1"
+FILE_PR = "r1"
export THEME = "opie"
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.13.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.13.bb
index 6f54eadad0..4f0711f85e 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_1.13.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_1.13.bb
@@ -4,7 +4,7 @@ DEPENDS = "gtk+ librsvg"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r2"
+FILE_PR = "r2"
SRC_URI += "file://splash-p.svg file://splash-l.svg"
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
index 414041dbcb..3ffdfd8488 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
@@ -4,7 +4,7 @@ DEPENDS = "gtk+ libsvg-cairo"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r6"
+FILE_PR = "r6"
SRC_URI += "file://splash-p.svg file://splash-l.svg \
file://c7x0-rotation.patch;patch=1 \
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb
index c947587207..bcac7b0f99 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb
@@ -4,7 +4,7 @@ DEPENDS = "gtk+ libsvg-cairo"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r9"
+FILE_PR = "r9"
SRC_URI += "file://splash-p.svg \
file://splash-l.svg \
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_svn.bb b/packages/gpe-bootsplash/gpe-bootsplash_svn.bb
index 56267ce48a..b918e29276 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_svn.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_svn.bb
@@ -2,7 +2,7 @@ SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libsvg-cairo"
-PR = "r1"
+FILE_PR = "r1"
PV = "1.15+svn-${SRCDATE}"
inherit autotools