In LICENSE "&&" should be replaced with "&" [forgot .inc files]

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>
This commit is contained in:
Andrei Gherzan
2012-01-24 14:54:14 +00:00
committed by Koen Kooi
parent 5c56ad8b35
commit a9e15d2584
5 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
DESCRIPTION = "Bonobo CORBA interfaces library"
LICENSE = "GPLv2 && LGPLv2.1"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
SECTION = "x11/gnome/libs"