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-15 21:41:43 +0200 |
commit | aa03004ace2fabb135a6208ef8c2d2b312aa7b0b (patch) | |
tree | 422c1d0883e7a5b9fd5ac111f39baf22aceb31a3 /packages/maemo | |
parent | f629930ce8c8e4950e46af9bae5b911ca150e7c7 (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/maemo')
-rw-r--r-- | packages/maemo/audiofile_0.2.6-3osso4.bb | 2 | ||||
-rw-r--r-- | packages/maemo/libosso-help_1.0.01.bb | 2 | ||||
-rw-r--r-- | packages/maemo/libosso_0.8.9.bb | 2 | ||||
-rw-r--r-- | packages/maemo/xpext_1.0-5.bb | 2 | ||||
-rw-r--r-- | packages/maemo/xsp_1.0.0-8.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/maemo/audiofile_0.2.6-3osso4.bb b/packages/maemo/audiofile_0.2.6-3osso4.bb index 7b9e0c1cbe..3bec9a7cf6 100644 --- a/packages/maemo/audiofile_0.2.6-3osso4.bb +++ b/packages/maemo/audiofile_0.2.6-3osso4.bb @@ -1,5 +1,5 @@ DEFAULT_PREFERENCE = "-1" -PR = "r0" +FILE_PR = "r0" SECTION = "libs" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ diff --git a/packages/maemo/libosso-help_1.0.01.bb b/packages/maemo/libosso-help_1.0.01.bb index 867cc66b7d..d0b0753469 100644 --- a/packages/maemo/libosso-help_1.0.01.bb +++ b/packages/maemo/libosso-help_1.0.01.bb @@ -1,5 +1,5 @@ LICENSE = "LGPL" -PR = "r0" +FILE_PR = "r0" DEPENDS = "libosso hildon-lgpl hildon-base-lib hildon-libs" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/libo/${PN}/libosso-help_${PV}.tar.gz \ diff --git a/packages/maemo/libosso_0.8.9.bb b/packages/maemo/libosso_0.8.9.bb index 90767d78d1..196ce448f8 100644 --- a/packages/maemo/libosso_0.8.9.bb +++ b/packages/maemo/libosso_0.8.9.bb @@ -1,5 +1,5 @@ LICENSE = "LGPL" -PR = "r2" +FILE_PR = "r2" DEPENDS = "glib-2.0 dbus outo" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/libo/libosso/libosso_${PV}-1.tar.gz" diff --git a/packages/maemo/xpext_1.0-5.bb b/packages/maemo/xpext_1.0-5.bb index 71fcad27cf..7f626a4068 100644 --- a/packages/maemo/xpext_1.0-5.bb +++ b/packages/maemo/xpext_1.0-5.bb @@ -1,4 +1,4 @@ -PR = "r1" +FILE_PR = "r1" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" diff --git a/packages/maemo/xsp_1.0.0-8.bb b/packages/maemo/xsp_1.0.0-8.bb index f4f872e57f..da658d098a 100644 --- a/packages/maemo/xsp_1.0.0-8.bb +++ b/packages/maemo/xsp_1.0.0-8.bb @@ -1,4 +1,4 @@ -PR = "r1" +FILE_PR = "r1" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" |