André Draszik 754b54699b nodejs: drop 'gyp' PACKAGECONFIG
During the python3 / nodejs update, the dependencies weren't updated, so
using system-gyp ends up trying to use the python2 version of system-
gyp, which will of course fail.
Fixing this to depend on the python3 version of gyp still doesn't
doesn't make things work, though:
    ERROR: nodejs-native-12.14.1-r0 do_configure: Execution of '.../nodejs-native/12.14.1-r0/temp/run.do_configure.26054' failed with exit code 1:
    gyp: Error importing pymod_do_mainmodule (ForEachFormat): No module named 'ForEachFormat' while loading dependencies of .../nodejs-native/12.14.1-r0/node-v12.14.1/node.gyp while trying to load .../nodejs-native/12.14.1-r0/node-v12.14.1/node.gyp
    Error running GYP

The reason is commit fff922afee6e ("deps,build: compute torque_outputs in v8.gyp")
in NodeJS v12, where they modified their bundled version of gyp to
become incompatible with the upstream version of gyp by adding extra /
unusual search paths to gyp.

Since I'm not sure how to deal with that when using system-gyp, and because
the original intention for using system-gyp was to make the previous nodejs
version compatible with python3 by ultimately switching to the python3 version
of system-gyp which isn't necessary anymore, and given nobody else seems to
be using this PACKAGECONFIG, just drop it.

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-03 11:40:40 -08:00
..
2016-04-28 10:38:37 +02:00
2019-09-12 21:34:18 -07:00
2020-01-12 08:25:16 -08:00
2020-01-09 14:05:37 -08:00
2016-12-13 11:19:11 +01:00
2020-01-19 02:20:58 -08:00
2016-05-10 20:18:29 +02:00
2020-01-19 02:20:58 -08:00
2017-09-07 10:57:36 +02:00
2019-01-30 13:34:49 -08:00
2018-05-29 12:56:19 -07:00
2019-12-28 00:11:47 -08:00
2020-03-02 22:46:06 -08:00
2018-08-19 16:09:28 -07:00
2019-12-03 09:31:53 -08:00
2016-01-06 13:25:54 +01:00
2020-02-27 17:24:19 -08:00
2017-07-14 23:44:33 +02:00
2019-12-25 08:55:26 -08:00
2020-01-02 09:48:20 -08:00
2019-02-03 10:46:42 -08:00
2019-12-25 08:55:26 -08:00
2020-02-27 17:05:43 -08:00
2019-10-25 10:29:51 -07:00
2017-03-31 13:25:58 +02:00
2020-01-09 14:05:37 -08:00
2019-10-17 08:33:52 -07:00
2020-03-03 11:40:40 -08:00
2018-07-27 19:26:51 -07:00
2020-02-15 08:05:07 -08:00
2020-03-02 22:46:06 -08:00
2020-02-23 07:49:16 -08:00
2019-11-10 07:52:39 -08:00
2020-01-22 09:56:35 -08:00
2020-01-09 14:05:37 -08:00
2018-07-20 16:07:12 -07:00
2019-12-13 18:29:14 -08:00
2020-02-21 14:21:52 -08:00
2018-10-12 13:08:38 -07:00
2018-09-24 11:49:45 -07:00
2020-01-22 09:56:34 -08:00