All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] newbb.vim: remove PR
@ 2014-08-19  0:38 Robert Yang
  2014-08-19  0:38 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-08-19  0:38 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit d1d847771df0744a67684ad9c8f076fe758a2fd6:

  python3-distribute: fix interpreter (2014-08-17 19:34:35 -0700)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/vim
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/vim

Robert Yang (1):
  newbb.vim: remove PR

 bitbake/contrib/vim/plugin/newbb.vim |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] newbb.vim: remove PR
  2014-08-19  0:38 [PATCH 0/1] newbb.vim: remove PR Robert Yang
@ 2014-08-19  0:38 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-08-19  0:38 UTC (permalink / raw)
  To: bitbake-devel

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-19  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  0:38 [PATCH 0/1] newbb.vim: remove PR Robert Yang
2014-08-19  0:38 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.