diff options
author | Mike Westerhof <mwester@dls.net> | 2009-02-13 23:40:06 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-02-13 23:40:06 -0600 |
commit | 25d120a1f030ec587326ddf7396a20697db0f690 (patch) | |
tree | 505ac19afee722119db37438206179c688ae7314 /packages/ntfs-3g | |
parent | 62e91e19d5d255920142a4880cf9a6e9a90d63f9 (diff) |
ntfs-3g: updates the NTFS-3G package to use the latest release
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Diffstat (limited to 'packages/ntfs-3g')
-rw-r--r-- | packages/ntfs-3g/ntfs-3g_2009.1.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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" |