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-oe/recipes-graphics/pango | |
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-oe/recipes-graphics/pango')
-rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||