]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: newbb.vim: remove PR
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 19 Aug 2014 00:38:18 +0000 (17:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Aug 2014 19:41:26 +0000 (20:41 +0100)
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>
bitbake/contrib/vim/plugin/newbb.vim

index 3019c855c0fd50e8a3ea16e5e60e53722aed3fac..874e3380591a4dfa3f1a146c9aaf416be9add6b3 100755 (executable)
@@ -53,7 +53,6 @@ fun! NewBBTemplate()
     put ='LICENSE = \"\"' 
     put ='SECTION = \"\"'
     put ='DEPENDS = \"\"'
-    put ='PR = \"r0\"'
     put =''
     put ='SRC_URI = \"\"'