diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-01-18 20:53:08 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-01 23:11:54 +0100 |
commit | 3c476540d17aaa629aa67bc754f1f67233d20aed (patch) | |
tree | b4c522c6391aa67dc9c4d0275ba70f5b31a19db9 /Config.in.legacy | |
parent | 652414095e85e6da906f99da6a184f8a31177b60 (diff) | |
download | buildroot-3c476540d17aaa629aa67bc754f1f67233d20aed.tar.gz buildroot-3c476540d17aaa629aa67bc754f1f67233d20aed.zip |
package/rpm: don't use sub-options for bzip2 and xz features
Allow enabling features depends on the relying packages.
Add the old sub-options to Config.in.legacy.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index a8c5dabef2..0f1b2024c4 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -102,6 +102,22 @@ endif comment "Legacy options removed in 2015.02" +config BR2_PACKAGE_RPM_BZIP2_PAYLOADS + bool "rpm's bzip2 payloads option has been removed" + select BR2_LEGACY + select BR2_PACKAGE_BZIP2 + help + The bzip2 payloads option rely entirely on the dependant package bzip2. + So, you need to select it to enable this feature. + +config BR2_PACKAGE_RPM_XZ_PAYLOADS + bool "rpm's xz payloads option has been removed" + select BR2_LEGACY + select BR2_PACKAGE_XZ + help + The xz payloads option rely entirely on the dependant package xz. + So, you need to select it to enable this feature. + config BR2_PACKAGE_M4 bool "m4 target package removed" select BR2_LEGACY |