summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-08-14 06:31:02 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-16 12:58:31 +0200
commit13d26d84349be858cd056c8b49aa04cdb32feeb0 (patch)
treeb2bee3f9cfcae0ff9c53ccde30ae002d6c837999 /meta-oe
parenteefdbbec6c9c176ac6060ec33303b45660fd4e32 (diff)
downloadmeta-openembedded-13d26d84349be858cd056c8b49aa04cdb32feeb0.tar.gz
ntfs-3g-ntfsprogs: move to meta-filesystems and upgrade
- Move ntfs-3g-ntfsprogs from meta-oe to meta-filesystems - Upgrade ntfs-3g-ntfsprogs to 2013.1.13 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
deleted file mode 100644
index 42f7ca560..000000000
--- a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
2HOMEPAGE = "http://www.ntfs-3g.org/"
3DEPENDS = "fuse libgcrypt"
4PROVIDES = "ntfsprogs ntfs-3g"
5LICENSE = "GPLv2 & LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
8PR = "r0"
9
10SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz"
11S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
12
13SRC_URI[md5sum] = "9c4ce318373b15332239a77a9d2a39fe"
14SRC_URI[sha256sum] = "aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248b2ee05"
15
16inherit autotools
17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux"
20
21# required or it calls ldconfig at install step
22EXTRA_OEMAKE = "LDCONFIG=echo"
23
24PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
25
26FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g*"
27RDEPENDS_ntfs-3g += "fuse"
28
29FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
30FILES_libntfs-3g = "${libdir}/*${SOLIBS}"