From: Koen Kooi Date: Thu, 8 Dec 2005 13:18:29 +0000 (+0000) Subject: fuse: fix another stupid typo X-Git-Tag: Release-2010-05/1~9453^2~2962 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61ae47a47ac45a26a9e43f5fadf79be48b618ab;p=openembedded.git fuse: fix another stupid typo --- diff --git a/packages/fuse/fuse_2.4.2.bb b/packages/fuse/fuse_2.4.2.bb index 5fb274f945..27abd3a898 100644 --- a/packages/fuse/fuse_2.4.2.bb +++ b/packages/fuse/fuse_2.4.2.bb @@ -2,7 +2,7 @@ HOMEPAGE = "http://fuse.sf.net" DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" MAINTAINER = "Koen Kooi " -LICENSE_${PN} = "LGPL +LICENSE_${PN} = "LGPL" DEPENDS = "fakeroot-native" RRECOMMENDS_${PN} = "fuse-module"