[bitbake-devel] [PATCH 1/1] newbb.vim: remove PR

Robert Yang liezhi.yang at windriver.com
Tue Aug 19 00:38:18 UTC 2014


We don't need the "PR = r0" in the bb, so remove it to avoid misleading
the user.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 bitbake/contrib/vim/plugin/newbb.vim |    1 -
 1 file changed, 1 deletion(-)

diff --git a/bitbake/contrib/vim/plugin/newbb.vim b/bitbake/contrib/vim/plugin/newbb.vim
index 3019c85..874e338 100755
--- a/bitbake/contrib/vim/plugin/newbb.vim
+++ b/bitbake/contrib/vim/plugin/newbb.vim
@@ -53,7 +53,6 @@ fun! NewBBTemplate()
     put ='LICENSE = \"\"' 
     put ='SECTION = \"\"'
     put ='DEPENDS = \"\"'
-    put ='PR = \"r0\"'
     put =''
     put ='SRC_URI = \"\"'
 
-- 
1.7.9.5




More information about the bitbake-devel mailing list