libtool: undeprecate for now
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 3 Dec 2012 00:30:43 +0000 (16:30 -0800)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 3 Dec 2012 00:31:54 +0000 (16:31 -0800)
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 <jacmet@sunsite.dk>
package/libtool/Config.in

index 42df25b0a65bcd33f11421b14ce1828f06998de5..d3cf2d784316cdba18f27e4cc540405dc4195b2e 100644 (file)
@@ -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.