[crashreport] import plugin.
[vuplus_openembedded] / recipes / ntfs-3g / ntfs-3g_2009.4.4.bb
1 DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
2 HOMEPAGE = "http://www.ntfs-3g.org/"
3 LICENSE = "GPLv2"
4 DEPENDS = "fuse"
5 RDEPENDS = "fuse"
6
7 SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz
8
9 inherit autotools
10
11 EXTRA_OEMAKE = "LDCONFIG=echo"