aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-16 19:14:25 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-16 22:29:22 +0100
commit3767262f9e626c49638dc886adbdf58b167de61c (patch)
tree0fdfb1e4d23855a74537ddf94d8afef6037275b8 /meta-oe/recipes-devtools
parent2df5dcf528a4be15d5a997936754e7973856d535 (diff)
downloadmeta-openembedded-3767262f9e626c49638dc886adbdf58b167de61c.tar.gz
In LICENSE "&&" should be replaced with "&"
In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb
index 28fe4a1957..b87b969095 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
HOMEPAGE = "http://nodejs.org"
-LICENSE = "MIT && zlib"
+LICENSE = "MIT & zlib"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5"
DEPENDS = "openssl"