From a9e15d25847e4c1abc65164ea12306b8f1e7ffbf Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 24 Jan 2012 14:54:14 +0000 Subject: 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 Signed-off-by: Koen Kooi --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 781f5970a..7ac6a41f9 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -1,6 +1,6 @@ SECTION = "utils" DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." -LICENSE = "GPLv2 && LGPLv2" +LICENSE = "GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" INC_PR = "r0" -- cgit v1.2.3-54-g00ecf