summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2010-11-05 14:24:08 +0100
committerPeter Korsgaard2010-11-05 14:24:08 +0100
commit2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61 (patch)
tree0b3f66b5ba783ad17a953df8621dc0487ffd7613
parentsed: convert to autotargets (diff)
downloadbuildroot-2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61.tar.gz
buildroot-2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61.tar.xz
buildroot-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--CHANGES2
-rw-r--r--package/sfdisk/Config.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7e841aa3f..94d13d3ad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.