aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
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:30:48 +0100
commit191499a2b54d04855284347ce5a067f998646be4 (patch)
tree47a52e3970dcb1d560b63cc04f0bc1e899093358 /meta-oe/recipes-support/serial-utils/serial-forward_git.bb
parent8efa63e1a846a015bec57d8f4ba6054c5ec96d39 (diff)
downloadmeta-openembedded-contrib-191499a2b54d04855284347ce5a067f998646be4.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/serial-forward_git.bb')
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb1
1 files changed, 0 insertions, 1 deletions
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"