[oe] [meta-oe][PATCH v2] nodejs: 10.16.0 -> 10.16.2

Khem Raj raj.khem at gmail.com
Thu Aug 8 17:17:52 UTC 2019


On Thu, Aug 8, 2019 at 7:49 AM Andrej Valek <andrej.valek at siemens.com> wrote:
>
> - update nodejs to active 10.x LTS release 10.16.2.
> - add python running dependency due to samples.py requirements
>
> Signed-off-by: Andrej Valek <andrej.valek at siemens.com>
> ---
>  .../nodejs/{nodejs_10.16.0.bb => nodejs_10.16.2.bb}                 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-devtools/nodejs/{nodejs_10.16.0.bb => nodejs_10.16.2.bb} (94%)
>
> diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
> similarity index 94%
> rename from meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb
> rename to meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
> index aaa1da0aa..e0eac47ae 100644
> --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb
> +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
> @@ -23,8 +23,8 @@ SRC_URI_append_class-target = " \
>             file://0002-Using-native-torque.patch \
>             "
>
> -SRC_URI[md5sum] = "c9a7ab43f8b50c8a4d5545de307b7540"
> -SRC_URI[sha256sum] = "18e37f891d10ea7fbc8f6410c444c2b1d9cc3cbbb1d35aa9c41f761816956608"
> +SRC_URI[md5sum] = "fa70b942c5e3379ce96219fe90f50c8f"
> +SRC_URI[sha256sum] = "6cbc17795e9259dce7a8f5fd5a2e46f9e6920fb48b7d9539c5b2faa5bb5db4d8
>

its missing closing quote above.

>  S = "${WORKDIR}/node-v${PV}"
>
> @@ -100,7 +100,7 @@ do_install_append_class-target() {
>
>  PACKAGES =+ "${PN}-npm"
>  FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx"
> -RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils \
> +RDEPENDS_${PN}-npm = "bash python python-shell python-datetime python-subprocess python-textutils \
>      python-compiler python-misc python-multiprocessing"
>
>  PACKAGES =+ "${PN}-systemtap"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list