[oe-commits] Mike Westerhof : ntfs-3g: updates the NTFS-3G package to use the latest release

GIT User account git at amethyst.openembedded.net
Sat Feb 14 05:41:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 25d120a1f030ec587326ddf7396a20697db0f690
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=25d120a1f030ec587326ddf7396a20697db0f690

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Feb 13 23:40:06 2009 -0600

ntfs-3g: updates the NTFS-3G package to use the latest release
Signed-off-by: David-John Willis <John.Willis at Distant-earth.com>

---

 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 0000000..7d73b79
--- /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"





More information about the Openembedded-commits mailing list