All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier-oss@weidmueller.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>,
	Jasper Orschulko <Jasper.Orschulko@iris-sensing.com>,
	Konrad Weihmann <kweihmann@outlook.com>,
	Martin Koppehel <martin@mko.dev>,
	Richard Purdie <richard.purdie@linuxfoundation.org>,
	Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Subject: Re: [RFC PATCH 05/15] bitbake: fetch2: Support archives with missing search directory mode
Date: Wed, 24 Nov 2021 18:43:44 +0100	[thread overview]
Message-ID: <e09a78ee-ba5f-14fb-9957-34dabe19aa06@weidmueller.com> (raw)
In-Reply-To: <CANNYZj8njWL15rHq2rmOMtZPMJV24f097SBmTkF6O8Nf=3oYZg@mail.gmail.com>

Am 24.11.2021 um 18:14 schrieb Alexander Kanavin:
> On Wed, 24 Nov 2021 at 18:11, Stefan Herbrechtsmeier 
> <stefan.herbrechtsmeier-oss@weidmueller.com 
> <mailto:stefan.herbrechtsmeier-oss@weidmueller.com>> wrote:
> 
> 
>      > and shouldn't the tarball be fixed instead?
> 
>     How should we fix a tarball from npmjs.com <http://npmjs.com>?
> 
> 
> By submitting a bug report or (better) a patch to the maintainers of the 
> tarball?

The package is only an example and fixed on the fly by npm install.

The world is different in the npm ecosystem. The package is 2 years old, 
have no maintainer, no repository and 4k downloads per week. Furthermore 
you have to convince your dependencies to update their dependencies 
after you have fix a package.



  reply	other threads:[~2021-11-24 17:43 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 14:47 [RFC PATCH 00/15] Rework npm support Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 01/15] openssh: Extend to provide native recipe Stefan Herbrechtsmeier
2021-11-24 15:08   ` Alexander Kanavin
2021-11-24 15:08   ` [OE-core] " Bruce Ashfield
2021-11-24 14:47 ` [RFC PATCH 02/15] recipetool: Skip hbs extension in guess license Stefan Herbrechtsmeier
2021-11-24 15:09   ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 03/15] externalsrc: Remove subsequent slash from B Stefan Herbrechtsmeier
2021-11-24 15:12   ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 04/15] bitbake: fetch2: Add striplevel support to unpack Stefan Herbrechtsmeier
2021-11-24 15:14   ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 05/15] bitbake: fetch2: Support archives with missing search directory mode Stefan Herbrechtsmeier
2021-11-24 15:17   ` Alexander Kanavin
2021-11-24 17:11     ` Stefan Herbrechtsmeier
2021-11-24 17:14       ` Alexander Kanavin
2021-11-24 17:43         ` Stefan Herbrechtsmeier [this message]
2021-11-24 17:54       ` Richard Purdie
2021-11-25 10:40         ` Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 06/15] npm: Rework to use plain npm commands and avoid npm cache Stefan Herbrechtsmeier
2021-11-24 15:29   ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 07/15] npm_build: add class to build and install an npm package and its dependencies Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 08/15] npm_build_dist: add class to build npm package and install its dist folder Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 09/15] npm_test: add class to test an npm package Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 10/15] karma: add class to execute JavaScript code in real browsers Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 11/15] angular: Add support for angular projects Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 12/15] recipetool: npm: Add dependencies to SRC_URI and auto select classes Stefan Herbrechtsmeier
2021-11-24 15:30   ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 13/15] npm_build: Enable OpenSSL 3.0 legacy provider Stefan Herbrechtsmeier
2021-11-24 14:47 ` [RFC PATCH 14/15] node-red: Add version 2.1.3 Stefan Herbrechtsmeier
2021-11-24 15:36   ` Alexander Kanavin
2021-11-24 16:52     ` Stefan Herbrechtsmeier
2021-11-24 17:12       ` Alexander Kanavin
2021-11-24 14:47 ` [RFC PATCH 15/15] node-red: Add git version Stefan Herbrechtsmeier
2021-11-24 14:58   ` Konrad Weihmann
2021-11-24 16:39     ` Stefan Herbrechtsmeier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e09a78ee-ba5f-14fb-9957-34dabe19aa06@weidmueller.com \
    --to=stefan.herbrechtsmeier-oss@weidmueller.com \
    --cc=Jasper.Orschulko@iris-sensing.com \
    --cc=alex.kanavin@gmail.com \
    --cc=kweihmann@outlook.com \
    --cc=martin@mko.dev \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=stefan.herbrechtsmeier@weidmueller.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.