From 3767262f9e626c49638dc886adbdf58b167de61c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 16 Jan 2012 19:14:25 +0000 Subject: In LICENSE "&&" should be replaced with "&" In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb') diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index f2273a75ea..80d77125be 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GNOME bluetooth manager" -LICENSE = "GPLv2 && LGPLv2.1" +LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ " -- cgit 1.2.3-korg