Commit ccf3536fcb ("package/nodejs: make
target nodejs package virtual") forgot to introduce the
BR2_PACKAGE_HAS_<foo> boolean option matching the newly introduced
virtual package, causing check package warnings.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
config BR2_PACKAGE_NODEJS_SRC
|
|
bool
|
|
select BR2_PACKAGE_HAS_NODEJS
|