projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f5fc2
)
libtool: undeprecate for now
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 3 Dec 2012 00:30:43 +0000
(16:30 -0800)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/libtool/Config.in
b/package/libtool/Config.in
index 42df25b0a65bcd33f11421b14ce1828f06998de5..d3cf2d784316cdba18f27e4cc540405dc4195b2e 100644
(file)
--- 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.