Files
meta-openembedded/meta-oe/recipes-devtools
Jan Feemers 4488418a29 nodejs: package-split between nodejs and nodejs-npm
The nodejs package contains a symbolic link `/usr/bin/corepack` to a
file from the nodejs-npm package.

```shell
build/tmp/work/core2-64-poky-linux/nodejs/18.14.2-r0/packages-split/nodejs/usr/bin$ ls -l
total 31932
lrwxrwxrwx 1 jan jan       45 Feb 21 05:08 corepack -> ../lib/node_modules/corepack/dist/corepack.js
-rwxr-xr-x 2 jan jan 32694304 Feb 21 05:08 node

build/tmp/work/core2-64-poky-linux/nodejs/18.14.2-r0/packages-split/nodejs-npm/usr/lib/node_modules/corepack/dist$ ls -l
total 2428
-rwxr-xr-x 2 jan jan  614216 Feb 21 05:08 corepack.js
```

Due to the link, the build system detects a dependency from package
`nodejs` to package `nodejs-npm`.
Since the `nodejs-npm` package depends on plenty more packages the link
should be moved to the `nodejs-npm` package.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23 15:03:29 -07:00
..
2022-05-30 22:07:20 -07:00
2022-07-07 10:26:37 -04:00
2020-01-09 14:05:37 -08:00
2023-02-01 09:28:47 -08:00
2021-08-03 10:21:25 -07:00
2022-06-01 08:43:01 -07:00
2022-11-01 10:13:47 -07:00
2022-05-09 08:59:46 -07:00
2021-11-09 20:57:14 -08:00
2023-02-18 13:19:36 -08:00
2022-10-31 08:27:33 -07:00
2022-08-23 10:04:07 -07:00
2022-09-27 10:04:35 -07:00
2023-02-24 08:45:44 -08:00
2023-02-06 20:48:39 -08:00
2023-03-17 07:06:55 -07:00
2022-09-07 16:44:54 -07:00
2022-11-14 11:55:59 -08:00
2022-06-30 13:39:27 -04:00
2022-09-12 15:34:28 -07:00
2022-11-09 10:17:15 -08:00
2023-03-09 23:43:22 -08:00
2023-03-09 23:45:17 -08:00
2022-12-05 09:16:24 -08:00
2022-11-07 08:39:05 -08:00
2023-02-22 01:03:38 -08:00
2023-02-15 08:23:49 -08:00
2021-08-03 10:21:25 -07:00
2023-03-17 07:06:55 -07:00
2023-02-22 01:03:38 -08:00
2022-11-09 10:17:15 -08:00
2023-01-11 08:37:58 -08:00
2023-01-21 10:02:01 -08:00