From: Robert Yang Date: Tue, 19 Aug 2014 00:38:18 +0000 (-0700) Subject: bitbake: newbb.vim: remove PR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f7f4e015d740ff52b2511e6c5dc86e5bce3a96;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/bitbake/contrib/vim/plugin/newbb.vim b/bitbake/contrib/vim/plugin/newbb.vim index 3019c855c0f..874e3380591 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 = \"\"'