From c3f7f4e015d740ff52b2511e6c5dc86e5bce3a96 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 18 Aug 2014 17:38:18 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- 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 3019c855c0..874e338059 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 = \"\"'