aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-10-31 11:25:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-01 15:33:16 +0100
commit4d62e7f575e2a87197c74ab4639561b45eec0e60 (patch)
tree1ff5b9b7b7f55d2521c41145e5f81c88a587271d /meta-oe/recipes-support/serial-utils
parent13729091f98720884dc28f9e66c6fb5525ec3c84 (diff)
downloadmeta-openembedded-contrib-4d62e7f575e2a87197c74ab4639561b45eec0e60.tar.gz
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index ed87a141c6..5d89b6479e 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
SECTION = "console/network"
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
-PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
S = "${WORKDIR}/git/tools/serial_forward"
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 240597ce04..9d7b990e09 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
SECTION = "console/devel"
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
-PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
S = "${WORKDIR}/git/tools/serial_forward"