mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
committed by
Koen Kooi
parent
5c56ad8b35
commit
a9e15d2584
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user