diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-05 14:24:08 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-05 14:24:08 +0100 |
commit | 2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61 (patch) | |
tree | 0b3f66b5ba783ad17a953df8621dc0487ffd7613 | |
parent | c107a15e92c642ab81737b3faf58345e692feadf (diff) | |
download | buildroot-novena-2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61.tar.gz buildroot-novena-2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61.zip |
sfdisk: mark as deprecated
We're using an ancient uclibc specific snapshot, and should rather focus
on moving our util-linux package forward.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/sfdisk/Config.in | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,7 @@ xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke, xterm, xvkbd, zlib - Deprecated packages: hotplug, lzma, ng-spice-rework + Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk Removed packages: dillo, libglib12, libgtk12, microwin, pcmcia diff --git a/package/sfdisk/Config.in b/package/sfdisk/Config.in index d7b8fb44a..c5b84be9e 100644 --- a/package/sfdisk/Config.in +++ b/package/sfdisk/Config.in @@ -1,4 +1,5 @@ config BR2_PACKAGE_SFDISK bool "sfdisk" + depends on BR2_DEPRECATED help Partition table manipulator for Linux. |