diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-01-24 14:54:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 16:11:24 +0100 |
commit | a9e15d25847e4c1abc65164ea12306b8f1e7ffbf (patch) | |
tree | b3e611ae201173f894d04dc800b728044ebb72a2 | |
parent | 5c56ad8b357e722b0f8daa52e7da46ae0aa5c4cd (diff) | |
download | meta-openembedded-a9e15d25847e4c1abc65164ea12306b8f1e7ffbf.tar.gz |
In LICENSE "&&" should be replaced with "&" [forgot .inc files]
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>
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/swig/swig.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-gnome/gtk+/gtkmm.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index b4f72d7be1..91ce7378c6 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Bonobo CORBA interfaces library" | 1 | DESCRIPTION = "Bonobo CORBA interfaces library" |
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 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm.inc b/meta-oe/recipes-core/glib-2.0/glibmm.inc index 948f7c760d..60e9bceaab 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm.inc +++ b/meta-oe/recipes-core/glib-2.0/glibmm.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "C++ bindings for the glib library." | |||
2 | HOMEPAGE = "http://www.gtkmm.org/" | 2 | HOMEPAGE = "http://www.gtkmm.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1 && GPLv2" | 5 | LICENSE = "LGPLv2.1 & GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
7 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 7 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" |
8 | 8 | ||
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc index 65c562ea59..1c33e6e26c 100644 --- a/meta-oe/recipes-devtools/swig/swig.inc +++ b/meta-oe/recipes-devtools/swig/swig.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" | 1 | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" |
2 | HOMEPAGE = "http://swig.sourceforge.net/" | 2 | HOMEPAGE = "http://swig.sourceforge.net/" |
3 | LICENSE = "BSD && GPLv3" | 3 | LICENSE = "BSD & GPLv3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ |
5 | file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
6 | file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" | 6 | file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm.inc b/meta-oe/recipes-gnome/gtk+/gtkmm.inc index 38a4a2b129..b1a170a13f 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm.inc +++ b/meta-oe/recipes-gnome/gtk+/gtkmm.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "C++ bindings for the GTK+ toolkit." | |||
2 | HOMEPAGE = "http://www.gtkmm.org/" | 2 | HOMEPAGE = "http://www.gtkmm.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1 && GPLv2" | 5 | LICENSE = "LGPLv2.1 & GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
7 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 7 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" |
8 | 8 | ||
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 781f5970a8..7ac6a41f9f 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "utils" | 1 | SECTION = "utils" |
2 | DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." | 2 | DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." |
3 | LICENSE = "GPLv2 && LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
5 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" | 5 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" |
6 | INC_PR = "r0" | 6 | INC_PR = "r0" |