]> code.ossystems Code Review - openembedded-core.git/commit
npm.bbclass: allow overriding NPM_INSTALL_DEV
authorJef Driesen <jef.driesen@niko.eu>
Tue, 23 Oct 2018 11:43:24 +0000 (13:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Oct 2018 13:36:34 +0000 (14:36 +0100)
commitb53d5094d5e05f9c1955c8565d777ad74f668f7e
treea8b6e89454c554b0daf22cbea52735fc7ccf9b86
parentc73bc49038effd64f2c2542c1f4da8b6a4168477
npm.bbclass: allow overriding NPM_INSTALL_DEV

Commit b1f10b18eaf6c8009e86863ca4a26f429de97082 added the NPM_INSTALL_DEV
variable. But due to the use of simple assignment, a recipe can't override its
value.

Signed-off-by: Jef Driesen <jef.driesen@niko.eu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/npm.bbclass