diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-20 22:35:35 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-20 19:46:58 -0700 |
| commit | a2299f5fb1f481db93f4d99cf7866f69c6a99674 (patch) | |
| tree | 29ef499d840e5cbc63e042a46e22345dfc26b320 /meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb | |
| parent | aa433940d4808201ef940c09a037ade88338c4c7 (diff) | |
| download | meta-openembedded-a2299f5fb1f481db93f4d99cf7866f69c6a99674.tar.gz | |
nodejs: upgrade 22.20.0 -> 22.21.0
Changelog: https://github.com/nodejs/node/releases/tag/v22.21.0
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb deleted file mode 100644 index 1dcd1f7926..0000000000 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.20.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "OE helper for manipulating npm cache" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 4 | |||
| 5 | SRC_URI = "\ | ||
| 6 | file://oe-npm-cache \ | ||
| 7 | " | ||
| 8 | |||
| 9 | inherit native | ||
| 10 | |||
| 11 | S = "${UNPACKDIR}" | ||
| 12 | |||
| 13 | B = "${WORKDIR}/build" | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | sed -e 's!@@libdir@@!${libdir}!g' < '${UNPACKDIR}/oe-npm-cache' > '${B}/oe-npm-cache' | ||
| 17 | } | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | install -D -p -m 0755 ${B}/oe-npm-cache ${D}${bindir}/oe-npm-cache | ||
| 21 | } | ||
| 22 | |||
| 23 | RDEPENDS:${PN} = "nodejs-native" | ||
