mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
eefdbbec6c
commit
13d26d8434
@ -5,13 +5,12 @@ PROVIDES = "ntfsprogs ntfs-3g"
|
||||
LICENSE = "GPLv2 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz"
|
||||
S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "9c4ce318373b15332239a77a9d2a39fe"
|
||||
SRC_URI[sha256sum] = "aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248b2ee05"
|
||||
SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe"
|
||||
SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@ -23,8 +22,14 @@ EXTRA_OEMAKE = "LDCONFIG=echo"
|
||||
|
||||
PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
|
||||
|
||||
FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g*"
|
||||
RDEPENDS_ntfs-3g += "fuse"
|
||||
FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
|
||||
RDEPENDS_ntfs-3g += "fuse util-linux-mount"
|
||||
|
||||
FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
|
||||
FILES_libntfs-3g = "${libdir}/*${SOLIBS}"
|
||||
|
||||
do_install_append() {
|
||||
# Standard mount will execute the program /sbin/mount.TYPE
|
||||
# when called. Add the symbolic to let mount could find ntfs.
|
||||
ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user