diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2014-02-25 22:17:56 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-25 22:45:50 +0100 |
commit | e33019aaa0409e35b725dddffe09e3e2a42959d1 (patch) | |
tree | 773916b52b5dfc172f2abb38b6d69c4a855eddbe /package/vlc | |
parent | 5263aa681ab46bd072b7e8a77780afe3ff39c339 (diff) | |
download | buildroot-e33019aaa0409e35b725dddffe09e3e2a42959d1.tar.gz buildroot-e33019aaa0409e35b725dddffe09e3e2a42959d1.zip |
vlc: add warning that it has known issues
We've seen autobuilder failures for vlc on many platforms and we don't
know how to solve them. It is also currently orphaned, i.e. there is
nobody who is actively using the package and maintaining it in
buildroot.
We could mark the package as BROKEN, but that would make it completely
invisible for the users and the autobuilders, which would not help its
orphan-ness. Therefore, instead, add a big fat warning in the config
menus that it has known issues.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/vlc')
-rw-r--r-- | package/vlc/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/vlc/Config.in b/package/vlc/Config.in index 2335894f10..9c9d0281e3 100644 --- a/package/vlc/Config.in +++ b/package/vlc/Config.in @@ -1,3 +1,8 @@ +if BR2_PACKAGE_VLC +comment "vlc is known not to work in all configurations" +comment "If you can fix it, please inform buildroot@buildroot.net" +endif + config BR2_PACKAGE_VLC bool "vlc" depends on (BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC) # spawn.h |