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-multimedia/audiofile | |
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-multimedia/audiofile')
-rw-r--r-- | meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |