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/nautilus/nautilus3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-gnome/recipes-gnome/nautilus') 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 v1.2.3-54-g00ecf