mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
disable locale, downgrade parted to v3.1, use fatresize v1.1.0
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_PARTED
|
||||
bool "parted"
|
||||
depends on BR2_ENABLE_LOCALE
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
@@ -9,5 +8,5 @@ config BR2_PACKAGE_PARTED
|
||||
|
||||
http://www.gnu.org/software/parted/
|
||||
|
||||
comment "parted needs a toolchain w/ locale, wchar"
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
|
||||
comment "parted needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 57e2b4bd87018625c515421d4524f6e3b55175b472302056391c5f7eccb83d44 parted-3.3.tar.xz
|
||||
sha256 5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 parted-3.1.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PARTED_VERSION = 3.3
|
||||
PARTED_VERSION = 3.1
|
||||
PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz
|
||||
PARTED_SITE = $(BR2_GNU_MIRROR)/parted
|
||||
PARTED_DEPENDENCIES = host-pkgconf util-linux
|
||||
|
||||
Reference in New Issue
Block a user