summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-16 19:14:25 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-16 22:29:22 +0100
commit3767262f9e626c49638dc886adbdf58b167de61c (patch)
tree0fdfb1e4d23855a74537ddf94d8afef6037275b8 /meta-gnome
parent2df5dcf528a4be15d5a997936754e7973856d535 (diff)
downloadmeta-openembedded-3767262f9e626c49638dc886adbdf58b167de61c.tar.gz
In LICENSE "&&" should be replaced with "&"
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb2
6 files changed, 6 insertions, 6 deletions
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 5f519a54a..cf37ccfda 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 @@
1SECTION = "x11/gnome/libs" 1SECTION = "x11/gnome/libs"
2LICENSE = "GPLv2 && LGPLv2.1" 2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
4 file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" 4 file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
5 5
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 f2273a75e..80d77125b 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 @@
1DESCRIPTION = "GNOME bluetooth manager" 1DESCRIPTION = "GNOME bluetooth manager"
2LICENSE = "GPLv2 && LGPLv2.1" 2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
4 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 4 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
5" 5"
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 8d94e84df..d4057c087 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 @@
1DESCRIPTION = "GNOME menus" 1DESCRIPTION = "GNOME menus"
2SECTION = "x11/gnome" 2SECTION = "x11/gnome"
3LICENSE = "GPLv2 && LGPLv2" 3LICENSE = "GPLv2 & LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" 5 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
6 6
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 f1d6b3da0..37288e182 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 @@
1DESCRIPTION = "GNOME panel" 1DESCRIPTION = "GNOME panel"
2LICENSE = "GPLv2 && LGPLv2 && GFDLv1.1" 2LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1"
3 3
4BPN = "gnome-panel" 4BPN = "gnome-panel"
5 5
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 b530cee9c..5dc4451c1 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 @@
2# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved 2# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING) 3# Released under the MIT license (see packages/COPYING)
4 4
5LICENSE="GPLv2 && LGPLv2" 5LICENSE="GPLv2 & LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \
7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" 7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
8 8
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 e076ca139..fa136e1c1 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 @@
2# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved 2# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING) 3# Released under the MIT license (see packages/COPYING)
4 4
5LICENSE="GPLv2 && LGPLv2" 5LICENSE="GPLv2 & LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \
7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" 7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
8 8