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/gpe-bootsplash | |
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/gpe-bootsplash')
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 5f5a5afacb..9790d8ebad 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" -FILE_PR = "r1" +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 ba196b82e4..c170746e79 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" -FILE_PR = "r0" +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 a31f0027c7..293766a0b6 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" -FILE_PR = "r1" +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 4f0711f85e..6f54eadad0 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" -FILE_PR = "r2" +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 3ffdfd8488..414041dbcb 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" -FILE_PR = "r6" +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 bcac7b0f99..c947587207 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" -FILE_PR = "r9" +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 b918e29276..56267ce48a 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" -FILE_PR = "r1" +PR = "r1" PV = "1.15+svn-${SRCDATE}" inherit autotools |