diff options
author | 2012-12-02 16:30:43 -0800 | |
---|---|---|
committer | 2012-12-02 16:31:54 -0800 | |
commit | f619d5ba20ef46c57259f35a21bb98b7c85c35a4 (patch) | |
tree | dc0b6409c9c57f3b55daeadb61eb684e40e236c3 | |
parent | d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c (diff) | |
download | buildroot-f619d5ba20ef46c57259f35a21bb98b7c85c35a4.tar.gz buildroot-f619d5ba20ef46c57259f35a21bb98b7c85c35a4.tar.bz2 |
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 <jacmet@sunsite.dk>
-rw-r--r-- | package/libtool/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
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. |