diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-08-11 10:06:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-11 12:34:43 +0200 |
commit | 4c575ffde5fee6f3548b8907aa9c85660dc5ad2b (patch) | |
tree | fcc4cd8594e686069019cb5fc4c9962d63a413e0 | |
parent | fd127c8e5962158eb02104d5e41a029ee31967be (diff) | |
download | buildroot-4c575ffde5fee6f3548b8907aa9c85660dc5ad2b.tar.gz buildroot-4c575ffde5fee6f3548b8907aa9c85660dc5ad2b.zip |
package/vlc: Remove warning from Config.in
Four years ago this warning was added to this package
https://git.buildroot.net/buildroot/commit/package/vlc?id=e33019aaa0409e35b725dddffe09e3e2a42959d1
due to "autobuilder failures for vlc on many platforms".
The last autobuilder failure occured May 1st, 2018 and was fixed by
https://git.buildroot.net/buildroot/commit/package/vlc?id=9f115bfc2ac798c737d0c2a8ec8c96670e814a49
Therefore this warning is not needed anymore.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/vlc/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/vlc/Config.in b/package/vlc/Config.in index 166e7d256a..78769ac27b 100644 --- a/package/vlc/Config.in +++ b/package/vlc/Config.in @@ -1,8 +1,3 @@ -if BR2_PACKAGE_VLC -comment "vlc is known not to work in all configurations" -comment "If you can fix it, please inform buildroot@buildroot.org" -endif - config BR2_PACKAGE_VLC bool "vlc" depends on BR2_USE_MMU # fork() |