summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-18 17:38:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-19 20:41:26 +0100
commitc3f7f4e015d740ff52b2511e6c5dc86e5bce3a96 (patch)
treeddb2b1525630f5a1740a28dadb91ad141f482adf /bitbake/contrib
parente89001c26b2644cf6db5252272397122db60069b (diff)
downloadpoky-c3f7f4e015d740ff52b2511e6c5dc86e5bce3a96.tar.gz
bitbake: newbb.vim: remove PR
We don't need the "PR = r0" in the bb, so remove it to avoid misleading the user. (Bitbake rev: 17fc0174f177b444815487ba67a5d623e47ee8b1) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/contrib')
-rwxr-xr-xbitbake/contrib/vim/plugin/newbb.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/contrib/vim/plugin/newbb.vim b/bitbake/contrib/vim/plugin/newbb.vim
index 3019c855c0..874e338059 100755
--- a/bitbake/contrib/vim/plugin/newbb.vim
+++ b/bitbake/contrib/vim/plugin/newbb.vim
@@ -53,7 +53,6 @@ fun! NewBBTemplate()
53 put ='LICENSE = \"\"' 53 put ='LICENSE = \"\"'
54 put ='SECTION = \"\"' 54 put ='SECTION = \"\"'
55 put ='DEPENDS = \"\"' 55 put ='DEPENDS = \"\"'
56 put ='PR = \"r0\"'
57 put ='' 56 put =''
58 put ='SRC_URI = \"\"' 57 put ='SRC_URI = \"\"'
59 58