mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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,6 +1,6 @@
|
||||
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
|
||||
HOMEPAGE = "http://swig.sourceforge.net/"
|
||||
LICENSE = "BSD && GPLv3"
|
||||
LICENSE = "BSD & GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
||||
file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
|
||||
|
||||
Reference in New Issue
Block a user