diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-28 10:48:31 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:28:28 +0200 |
commit | 09a82e1fb029bbfacf56ff960e026d800a6047bc (patch) | |
tree | 2830cdaaa2e86cb659594abfad6ffb5394bc731f /meta-filesystems | |
parent | 217d65c7c5627dee3fcd60c725d58f3430514788 (diff) | |
download | meta-openembedded-09a82e1fb029bbfacf56ff960e026d800a6047bc.tar.gz |
ntfs-3g-ntfsprogs: Upgrade to 2017.3.23
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb (renamed from meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb index 6957ea92b..63627deda 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb | |||
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | 8 | ||
9 | SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz" | 9 | SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz" |
10 | S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" | 10 | S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" |
11 | 11 | SRC_URI[md5sum] = "d97474ae1954f772c6d2fa386a6f462c" | |
12 | SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe" | 12 | SRC_URI[sha256sum] = "3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5" |
13 | SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27" | ||
14 | 13 | ||
15 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
16 | 15 | ||
@@ -33,6 +32,7 @@ do_install_append() { | |||
33 | # Standard mount will execute the program /sbin/mount.TYPE | 32 | # Standard mount will execute the program /sbin/mount.TYPE |
34 | # when called. Add the symbolic to let mount could find ntfs. | 33 | # when called. Add the symbolic to let mount could find ntfs. |
35 | ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs | 34 | ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs |
35 | rmdir ${D}${libdir}/ntfs-3g | ||
36 | } | 36 | } |
37 | 37 | ||
38 | # Satisfy the -dev runtime dependency | 38 | # Satisfy the -dev runtime dependency |