All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Handle angular2 package names in bitbake
@ 2017-02-24 20:52 Anders Darander
  2017-02-24 20:52 ` [PATCH 1/2] fetch2/__init__: handle @ in package names Anders Darander
  2017-02-24 20:52 ` [PATCH 2/2] lib/bb/fetch2: rewrite / to - " Anders Darander
  0 siblings, 2 replies; 3+ messages in thread
From: Anders Darander @ 2017-02-24 20:52 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Anders Darander

When trying to build a webapp using angular2, some issued with angular2's
npm package names were found. This series fixes the bitbake issues, one or 
more late pull-request to oe-core will look into that side.

The following changes since commit 5b364b02270b0d7c2b7ca8d67fa2731bf93720ee:

  fetch2/svn: change 'rsh' parameter to 'ssh' (2017-02-19 08:29:43 -0800)

are available in the git repository at:

  git://github.com/darander/bitbake npm
  https://github.com/darander/bitbake/tree/npm

Anders Darander (2):
  fetch2/__init__: handle @ in package names
  lib/bb/fetch2: rewrite / to - in package names

 lib/bb/fetch2/__init__.py | 2 +-
 lib/bb/fetch2/npm.py      | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.10.2



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

end of thread, other threads:[~2017-02-24 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 20:52 [PATCH 0/2] Handle angular2 package names in bitbake Anders Darander
2017-02-24 20:52 ` [PATCH 1/2] fetch2/__init__: handle @ in package names Anders Darander
2017-02-24 20:52 ` [PATCH 2/2] lib/bb/fetch2: rewrite / to - " Anders Darander

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.