Commitccf3536fcb("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> (cherry picked from commit0bae9b29cd) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
config BR2_PACKAGE_NODEJS_SRC
|
|
bool
|
|
select BR2_PACKAGE_HAS_NODEJS
|