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 /meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||