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-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | 2 +- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 +- meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | 2 +- meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb index 5f519a54a1..cf37ccfdab 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb @@ -1,5 +1,5 @@ SECTION = "x11/gnome/libs" -LICENSE = "GPLv2 && LGPLv2.1" +LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index f2273a75ea..80d77125be 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GNOME bluetooth manager" -LICENSE = "GPLv2 && LGPLv2.1" +LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ " diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb index 8d94e84dfa..d4057c087c 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "GNOME menus" SECTION = "x11/gnome" -LICENSE = "GPLv2 && LGPLv2" +LICENSE = "GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index f1d6b3da07..37288e1821 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GNOME panel" -LICENSE = "GPLv2 && LGPLv2 && GFDLv1.1" +LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" BPN = "gnome-panel" diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb index b530cee9c2..5dc4451c14 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb @@ -2,7 +2,7 @@ # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) -LICENSE="GPLv2 && LGPLv2" +LICENSE="GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index e076ca139b..fa136e1c14 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb @@ -2,7 +2,7 @@ # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) -LICENSE="GPLv2 && LGPLv2" +LICENSE="GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" -- cgit 1.2.3-korg