From: Peter Korsgaard Date: Mon, 3 Dec 2012 00:30:43 +0000 (-0800) Subject: libtool: undeprecate for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f619d5ba20ef46c57259f35a21bb98b7c85c35a4;p=buildroot.git libtool: undeprecate for now Pulseaudio selects libtool, so get rid of the deprecated annotation so people don't get warnings about unmet dependencies when exiting menuconfig. Signed-off-by: Peter Korsgaard --- diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 42df25b0a6..d3cf2d7843 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -1,7 +1,5 @@ config BR2_PACKAGE_LIBTOOL bool "libtool" - # We no longer support a toolchain on the target - depends on BR2_DEPRECATED help Library that hides the complexity of using shared/static libraries on different platforms behind a consistent, portable interface.