From c6e8050f351d1539f2e404559ee9d76e967644f9 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 1 Sep 2021 16:37:34 +0200 Subject: [PATCH] ntfs-3g_ntfsprogs: update 2016.2.22 to 2021.8.22 - update due to missing libs --- ntfs-3g_ntfsprogs.be0 | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ntfs-3g_ntfsprogs.be0 b/ntfs-3g_ntfsprogs.be0 index 618ede4c7..ad4f19bcb 100755 --- a/ntfs-3g_ntfsprogs.be0 +++ b/ntfs-3g_ntfsprogs.be0 @@ -1,26 +1,18 @@ #!/usr/bin/env beesh -# Note: The install step needs root privileges, due to a call to ldconfig. +# BEE_VERSION ntfs-3g_ntfsprogs-2021.8.22-0 -# BEE_VERSION ntfs-3g_ntfsprogs-2016.2.22-1 +# https://github.com/tuxera/ntfs-3g -## The source URL(s) array -SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz" +# "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2021.8.22.tgz" +SRCURL[0]="https://beehive.molgen.mpg.de/90da343e78877d388eb34cefae6799ae/ntfs-3g_ntfsprogs-2021.8.22.tgz" -## Add URLs/pathes to patch files # PATCHURL+=() -## files that should not be added from the image directory. -# EXCLUDE+=() - - -## uncomment to change default # build_in_sourcedir -## specify different source directory # sourcesubdir_append src - #mee_extract() { # bee_extract "${@}" #} @@ -43,3 +35,7 @@ SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz" #mee_install() { # bee_install #} + +mee_install_post() { + rmdir ${D}/usr/lib/ntfs-3g +}