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-connectivity/obex | |
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-connectivity/obex')
-rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index 66cc85dc14..d08420c3a3 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb | |||
@@ -3,7 +3,7 @@ Object Exchange (OBEX) protocol." | |||
3 | HOMEPAGE = "http://openobex.triq.net" | 3 | HOMEPAGE = "http://openobex.triq.net" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "virtual/libusb0 bluez4" | 5 | DEPENDS = "virtual/libusb0 bluez4" |
6 | LICENSE = "GPLv2 && LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
9 | " | 9 | " |