Skip to content

Commit

Permalink
web: downgrade dependencies by checking out an old version
Browse files Browse the repository at this point in the history
The upgraded dependencies have exposed an issue in the way package names
are handled in the bitbake npm package fetcher.
The issue being that the names '@types/ramda' and 'types-ramda' are
mangled into the same name, which results in their tar archives being
called the same, resulting in one overwriting the other.
There is a fix for this, which made it into poky master[1] but not into
scarthgap (yet).

Getting it into scarthgap is the ultimate goal, but right now it is
holding us back from rolling a new release.

Undo the the dependency updates for now, so we can roll a new meta-lxatac
release. We can re-do the updates once the fix is backported to scarthgap.

This resets the package-lock.json to how it was before commit cecaa17
("tacd: update dependencies via cargo update").

[1]: yoctoproject/poky@ee6bf28

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Sep 9, 2024
1 parent a25b8a7 commit 2687343
Showing 1 changed file with 16,338 additions and 4,470 deletions.
Loading

0 comments on commit 2687343

Please sign in to comment.