From d7cafa9421dbb208c7f5663582911982d070bc5b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 15 Sep 2013 21:48:29 +0300 Subject: [PATCH] projects/^/options: remove PARTED support ...not optional anymore --- packages/sysutils/busybox/meta | 7 +------ projects/ARCTIC_MC/options | 3 --- projects/ATV/options | 3 --- projects/Fusion/options | 3 --- projects/Generic/options | 3 --- projects/Generic_OSS/options | 3 --- projects/ION/options | 3 --- projects/Intel/options | 3 --- projects/RPi/options | 3 --- projects/Virtual/options | 3 --- 10 files changed, 1 insertion(+), 33 deletions(-) diff --git a/packages/sysutils/busybox/meta b/packages/sysutils/busybox/meta index ba3f1647af..662e6c2244 100644 --- a/packages/sysutils/busybox/meta +++ b/packages/sysutils/busybox/meta @@ -25,7 +25,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.busybox.net" PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="kexec-tools hdparm dosfstools e2fsprogs speedcontrol zip pciutils usbutils" +PKG_DEPENDS="kexec-tools hdparm dosfstools e2fsprogs speedcontrol zip pciutils usbutils parted" PKG_BUILD_DEPENDS="toolchain busybox-hosttools" PKG_PRIORITY="required" PKG_SECTION="system" @@ -40,11 +40,6 @@ PKG_AUTORECONF="no" PKG_DEPENDS="$PKG_DEPENDS nano" fi -# parted support - if [ "$PARTED" = "yes" ]; then - PKG_DEPENDS="$PKG_DEPENDS parted" - fi - # nfs support if [ "$NFS_SUPPORT" = yes ]; then PKG_DEPENDS="$PKG_DEPENDS rpcbind" diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index dbcca45609..b59aaf14f3 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/ATV/options b/projects/ATV/options index d5da01f18f..3015985765 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index 8fb94327cc..4631a26ece 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 98f303baaa..c954e113b9 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index b00f7a434e..493c1a918b 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/ION/options b/projects/ION/options index 0b745a894a..aab854b513 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 4e09d8fadc..1880d53c80 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index e73e7678c0..8ae9365f19 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -225,9 +225,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes" diff --git a/projects/Virtual/options b/projects/Virtual/options index 9efbd9d3bd..9f1430ab70 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -220,9 +220,6 @@ # mediacenter also automount internally drives at boottime via udev (yes / no) UDEVIL="yes" -# build and install parted support (yes / no) - PARTED="yes" - # build and install exFAT fuse support (yes / no) EXFAT="yes"