From 04c6c83ed35579643379b34a83b1afd1138b1ec6 Mon Sep 17 00:00:00 2001 From: hschang Date: Tue, 1 Apr 2014 15:53:12 +0900 Subject: [PATCH] use ntfs-3g for mounting ntfs filesystem. increase dvbapp PR. --- recipes/base-files/base-files/vuplus/filesystems | 1 + recipes/base-files/base-files_3.0.14.bb | 4 ++-- recipes/busybox/busybox-1.15.3/vuplus/defconfig | 2 +- recipes/busybox/busybox_1.15.3.bb | 2 +- recipes/enigma2/enigma2.bb | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/base-files/base-files/vuplus/filesystems b/recipes/base-files/base-files/vuplus/filesystems index d866db1..2f0ffbb 100644 --- a/recipes/base-files/base-files/vuplus/filesystems +++ b/recipes/base-files/base-files/vuplus/filesystems @@ -5,4 +5,5 @@ fat udf iso9660 cdfs +ntfs-3g * diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 988907c..9429ed2 100755 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r95" +PR = "r96" PR_dm7025 = "r92" -PR_vusolo = "r97" +PR_vusolo = "r98" LICENSE = "GPL" FSTAB_dm7025 = "${@base_contains('PREFERRED_VERSION_linux-dm7025', '2.6.12.6', 'fstab_old', 'fstab', d)}" diff --git a/recipes/busybox/busybox-1.15.3/vuplus/defconfig b/recipes/busybox/busybox-1.15.3/vuplus/defconfig index db027c9..8353894 100755 --- a/recipes/busybox/busybox-1.15.3/vuplus/defconfig +++ b/recipes/busybox/busybox-1.15.3/vuplus/defconfig @@ -532,7 +532,7 @@ CONFIG_FEATURE_USE_TERMIOS=y CONFIG_MOUNT=y # CONFIG_FEATURE_MOUNT_FAKE is not set # CONFIG_FEATURE_MOUNT_VERBOSE is not set -# CONFIG_FEATURE_MOUNT_HELPERS is not set +CONFIG_FEATURE_MOUNT_HELPERS=y # CONFIG_FEATURE_MOUNT_LABEL is not set CONFIG_FEATURE_MOUNT_NFS=y CONFIG_FEATURE_MOUNT_CIFS=y diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb index d05f8ac..e9c2509 100755 --- a/recipes/busybox/busybox_1.15.3.bb +++ b/recipes/busybox/busybox_1.15.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "${INC_PR}.8" +PR = "${INC_PR}.9" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ diff --git a/recipes/enigma2/enigma2.bb b/recipes/enigma2/enigma2.bb index 3889545..248a710 100644 --- a/recipes/enigma2/enigma2.bb +++ b/recipes/enigma2/enigma2.bb @@ -79,7 +79,7 @@ RDEPENDS_enigma2-plugin-systemplugins-devicemanager = "util-linux-ng-blkid ntfs- RDEPENDS_enigma2-plugin-systemplugins-netdrive = "curlftpfs kernel-module-fuse libfuse2" PN = "enigma2" -PR = "r124" +PR = "r125" SRCDATE = "20110922" SRCREV = "5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be" -- 2.7.4