aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bluetooth
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-18 18:02:07 +0200
commitc0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch)
treecfeff92229e10bf27533dc5309e42213e5bdee8f /packages/gpe-bluetooth
parente769c7fbe16294b2c5306edfafa1ec821b7b138c (diff)
downloadopenembedded-c0b6dd9b41279ff00c5a90e49108945a0fee9cdd.tar.gz
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-bluetooth')
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth_0.51.bb2
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth_0.54.bb2
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth_0.55.bb2
-rw-r--r--packages/gpe-bluetooth/gpe-bluetooth_svn.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb
index a4cbe620a3..98cdbc4b7f 100644
--- a/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb
+++ b/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb
@@ -1,6 +1,6 @@
require gpe-bluetooth.inc
-FILE_PR = "r1"
+PR = "r1"
do_configure () {
autotools_do_configure
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb
index 1af6b2fdf5..9164cc4088 100644
--- a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb
+++ b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb
@@ -1,6 +1,6 @@
require gpe-bluetooth.inc
-FILE_PR = "r1"
+PR = "r1"
SRC_URI += "file://hciattach-bts.patch;patch=1 \
file://include-sdp_lib.patch;patch=1"
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.55.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.55.bb
index 0a7d0e0385..e6ff0d6624 100644
--- a/packages/gpe-bluetooth/gpe-bluetooth_0.55.bb
+++ b/packages/gpe-bluetooth/gpe-bluetooth_0.55.bb
@@ -1,4 +1,4 @@
require gpe-bluetooth.inc
-FILE_PR = "r0"
+PR = "r0"
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_svn.bb b/packages/gpe-bluetooth/gpe-bluetooth_svn.bb
index e82719409b..956e82e0ad 100644
--- a/packages/gpe-bluetooth/gpe-bluetooth_svn.bb
+++ b/packages/gpe-bluetooth/gpe-bluetooth_svn.bb
@@ -3,7 +3,7 @@ require gpe-bluetooth.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.54+svn${SRCDATE}"
-FILE_PR = "r0"
+PR = "r0"
SRC_URI = "${GPE_SVN}"