[Buildroot] [PATCH v2 2/8] gdisk: rename to gptfdisk

Peter Korsgaard jacmet at uclibc.org
Sun Mar 10 21:07:15 UTC 2013


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> In order to match the new upstream name, rename the gdisk package to
 Thomas> gptfdisk. We add the relevant legacy configuration options to ensure a
 Thomas> smooth transition for users.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

 Thomas> +#
 Thomas> +# Legacy options since 2013.02
 Thomas> +#
 Thomas> +
 Thomas> +config BR2_PACKAGE_GDISK
 Thomas> +        bool "gdisk has been replaced by gptfdisk"
 Thomas> +	select BR2_LEGACY
 Thomas> +	select BR2_PACKAGE_GPTFDISK
 Thomas> +	help
 Thomas> +	  The option has been renamed BR2_PACKAGE_GPTFDISK.
 Thomas> +
 Thomas> +config BR2_PACKAGE_GDISK_GDISK
 Thomas> +        bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
 Thomas> +	select BR2_LEGACY
 Thomas> +	select BR2_PACKAGE_GPTFDISK
 Thomas> +	select BR2_PACKAGE_GPTFDISK_GDISK
 Thomas> +	help
 Thomas> +	  The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
 Thomas> +
 Thomas> +config BR2_PACKAGE_GDISK_SGDISK
 Thomas> +        bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
 Thomas> +	select BR2_LEGACY
 Thomas> +	select BR2_PACKAGE_GPTFDISK
 Thomas> +	select BR2_PACKAGE_GPTFDISK_SGDISK
 Thomas> +	help
 Thomas> +	  The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.

The indentation of the 'bool' lines is wrong (spaces vs tabs). Committed
with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list