From: Mike Westerhof Date: Sat, 14 Feb 2009 05:40:06 +0000 (-0600) Subject: ntfs-3g: updates the NTFS-3G package to use the latest release X-Git-Tag: Release-2010-05/1~3976^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d120a1f030ec587326ddf7396a20697db0f690;p=openembedded.git ntfs-3g: updates the NTFS-3G package to use the latest release Signed-off-by: David-John Willis --- diff --git a/packages/ntfs-3g/ntfs-3g_2009.1.1.bb b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb new file mode 100644 index 0000000000..7d73b79ac9 --- /dev/null +++ b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support." +HOMEPAGE = "http://www.ntfs-3g.org/" +LICENSE = "GPLv2" +DEPENDS = "fuse" +RDEPENDS = "fuse" +PR = "r0" + +SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz + +inherit autotools + +EXTRA_OEMAKE = "LDCONFIG=echo"