diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-01-16 19:14:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-16 22:29:22 +0100 |
commit | 3767262f9e626c49638dc886adbdf58b167de61c (patch) | |
tree | 0fdfb1e4d23855a74537ddf94d8afef6037275b8 | |
parent | 2df5dcf528a4be15d5a997936754e7973856d535 (diff) | |
download | meta-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>
11 files changed, 11 insertions, 11 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 @@ | |||
1 | SECTION = "x11/gnome/libs" | 1 | SECTION = "x11/gnome/libs" |
2 | LICENSE = "GPLv2 && LGPLv2.1" | 2 | LICENSE = "GPLv2 & LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_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 @@ | |||
1 | DESCRIPTION = "GNOME bluetooth manager" | 1 | DESCRIPTION = "GNOME bluetooth manager" |
2 | LICENSE = "GPLv2 && LGPLv2.1" | 2 | LICENSE = "GPLv2 & LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 3 | LIC_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 @@ | |||
1 | DESCRIPTION = "GNOME menus" | 1 | DESCRIPTION = "GNOME menus" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "GPLv2 && LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 4 | LIC_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 @@ | |||
1 | DESCRIPTION = "GNOME panel" | 1 | DESCRIPTION = "GNOME panel" |
2 | LICENSE = "GPLv2 && LGPLv2 && GFDLv1.1" | 2 | LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" |
3 | 3 | ||
4 | BPN = "gnome-panel" | 4 | BPN = "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 | ||
5 | LICENSE="GPLv2 && LGPLv2" | 5 | LICENSE="GPLv2 & LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ | 6 | LIC_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 | ||
5 | LICENSE="GPLv2 && LGPLv2" | 5 | LICENSE="GPLv2 & LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ |
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
8 | 8 | ||
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index 66cc85dc1..d08420c3a 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb | |||
@@ -3,7 +3,7 @@ Object Exchange (OBEX) protocol." | |||
3 | HOMEPAGE = "http://openobex.triq.net" | 3 | HOMEPAGE = "http://openobex.triq.net" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "virtual/libusb0 bluez4" | 5 | DEPENDS = "virtual/libusb0 bluez4" |
6 | LICENSE = "GPLv2 && LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
9 | " | 9 | " |
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb index 28fe4a195..b87b96909 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" | 1 | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" |
2 | HOMEPAGE = "http://nodejs.org" | 2 | HOMEPAGE = "http://nodejs.org" |
3 | LICENSE = "MIT && zlib" | 3 | LICENSE = "MIT & zlib" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5" |
5 | 5 | ||
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl" |
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb index 8e096676a..e581ded43 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "C++ bindings for the pango library." | 1 | DESCRIPTION = "C++ bindings for the pango library." |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "LGPLv2.1 && GPLv2" | 3 | LICENSE = "LGPLv2.1 & GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb index a21bec6b1..5b0c74002 100644 --- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb +++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | |||
@@ -4,7 +4,7 @@ WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \ | |||
4 | Research, Amiga IFF/8SVX, and NIST SPHERE." | 4 | Research, Amiga IFF/8SVX, and NIST SPHERE." |
5 | HOMEPAGE = "http://www.68k.org/~michael/audiofile/" | 5 | HOMEPAGE = "http://www.68k.org/~michael/audiofile/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "LGPLv2 && GPLv2" | 7 | LICENSE = "LGPLv2 & GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
9 | file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 9 | file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
10 | PR = "r0" | 10 | PR = "r0" |
diff --git a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb index f43b40a70..ca981460e 100644 --- a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb +++ b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb | |||
@@ -4,7 +4,7 @@ device, as well as allowing them to share audio between \ | |||
4 | themselves." | 4 | themselves." |
5 | SECTION = "libs/multimedia" | 5 | SECTION = "libs/multimedia" |
6 | 6 | ||
7 | LICENSE = "GPLv2 && LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \ |
9 | file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ |
10 | file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \ | 10 | file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \ |