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/midpath | |
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/midpath')
23 files changed, 25 insertions, 25 deletions
diff --git a/packages/midpath/midpath-backend-alsa_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-alsa_0.2+0.3rc1.bb index 664fb242e1..a3436c499c 100644 --- a/packages/midpath/midpath-backend-alsa_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-alsa_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-escher_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-escher_0.2+0.3rc1.bb index 18f448c1ec..2b3798c145 100644 --- a/packages/midpath/midpath-backend-escher_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-escher_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-esd_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-esd_0.2+0.3rc1.bb index 79994d1395..a5da02cce4 100644 --- a/packages/midpath/midpath-backend-esd_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-esd_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-fb_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-fb_0.2+0.3rc1.bb index c2fd6376a3..78819c890e 100644 --- a/packages/midpath/midpath-backend-fb_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-fb_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-gtk-hildon_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-gtk-hildon_0.2+0.3rc1.bb index 2e7c8bb53b..0c724190f2 100644 --- a/packages/midpath/midpath-backend-gtk-hildon_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-gtk-hildon_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-backend-gtk_${PV}.bb -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-gtk_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-gtk_0.2+0.3rc1.bb index 619f56ffa7..9d66223a80 100644 --- a/packages/midpath/midpath-backend-gtk_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-gtk_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-pulseaudio_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-pulseaudio_0.2+0.3rc1.bb index 9f169c652e..a6ecbac7d7 100644 --- a/packages/midpath/midpath-backend-pulseaudio_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-pulseaudio_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb index 1d79379863..5d728f8967 100644 --- a/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb index f26ea4eac5..0c3643c8be 100644 --- a/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb index 6d7cb9dba7..569cfd5e3a 100644 --- a/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-backend-sdl_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-sdl_0.2+0.3rc1.bb index 723fd41e43..67364cc794 100644 --- a/packages/midpath/midpath-backend-sdl_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-backend-sdl_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-cldc_0.2+0.3rc1.bb b/packages/midpath/midpath-cldc_0.2+0.3rc1.bb index f8dd8e6e22..a22f1b4df6 100644 --- a/packages/midpath/midpath-cldc_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-cldc_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-core_0.2+0.3rc1.bb b/packages/midpath/midpath-core_0.2+0.3rc1.bb index d0ba53bfbd..4a9d2c465a 100644 --- a/packages/midpath/midpath-core_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-core_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "MIDPath is a Java library which provides a MIDP2 implementation" -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-demos_0.2+0.3rc1.bb b/packages/midpath/midpath-demos_0.2+0.3rc1.bb index 1a2f690bf1..bdc402222e 100644 --- a/packages/midpath/midpath-demos_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-demos_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-jgl_0.2+0.3rc1.bb b/packages/midpath/midpath-jgl_0.2+0.3rc1.bb index e003fe9bdb..ccb338d360 100644 --- a/packages/midpath/midpath-jgl_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-jgl_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-location_0.2+0.3rc1.bb b/packages/midpath/midpath-location_0.2+0.3rc1.bb index 349356fa65..821a8f3720 100644 --- a/packages/midpath/midpath-location_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-location_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-m3g_0.2+0.3rc1.bb b/packages/midpath/midpath-m3g_0.2+0.3rc1.bb index a0a1c42dd4..b9984e3e33 100644 --- a/packages/midpath/midpath-m3g_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-m3g_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-maemo_0.2+0.3rc1.bb b/packages/midpath/midpath-maemo_0.2+0.3rc1.bb index 10fcf6681d..c00c46aedc 100644 --- a/packages/midpath/midpath-maemo_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-maemo_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath.inc -PR = "r0" +FILE_PR = "r0" # The patch fixes the system_properties file only deployed in this recipe. SRC_URI = "\ @@ -10,7 +10,7 @@ SRC_URI = "\ S = "${WORKDIR}/midpath-0.3rc1" -PR = "r0" +FILE_PR = "r0" SRC_URI += "file://configuration_maemo.cfg" diff --git a/packages/midpath/midpath-messaging_0.2+0.3rc1.bb b/packages/midpath/midpath-messaging_0.2+0.3rc1.bb index 554f864491..4fe2160c2e 100644 --- a/packages/midpath/midpath-messaging_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-messaging_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-opengles_0.2+0.3rc1.bb b/packages/midpath/midpath-opengles_0.2+0.3rc1.bb index b5b7d67954..964b7aa9cb 100644 --- a/packages/midpath/midpath-opengles_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-opengles_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb index edb20af441..2ed8c4c8c1 100644 --- a/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath.inc -PR = "r0" +FILE_PR = "r0" # The patch fixes the system_properties file only deployed in this recipe. SRC_URI = "\ @@ -10,7 +10,7 @@ SRC_URI = "\ S = "${WORKDIR}/midpath-0.3rc1" -PR = "r0" +FILE_PR = "r0" SRC_URI += "file://configuration_openmoko.cfg" diff --git a/packages/midpath/midpath-svg_0.2+0.3rc1.bb b/packages/midpath/midpath-svg_0.2+0.3rc1.bb index d63caa5363..6ba7b8ec12 100644 --- a/packages/midpath/midpath-svg_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-svg_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" diff --git a/packages/midpath/midpath-webservices_0.2+0.3rc1.bb b/packages/midpath/midpath-webservices_0.2+0.3rc1.bb index 7f2f197cc1..102897071b 100644 --- a/packages/midpath/midpath-webservices_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-webservices_0.2+0.3rc1.bb @@ -1,6 +1,6 @@ require midpath-common.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz" |