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 /meta-oe/recipes-support/lvm2 | |
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>
Diffstat (limited to 'meta-oe/recipes-support/lvm2')
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 781f5970a..7ac6a41f9 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" |