From 3767262f9e626c49638dc886adbdf58b167de61c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 16 Jan 2012 19:14:25 +0000 Subject: In LICENSE "&&" should be replaced with "&" In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/nodejs') 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" -- cgit v1.2.3-54-g00ecf