mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
trousers: update ARC comment
Update the comment about the ARC exception to match the one used in VLC, so that a 'git grep "ARC toolchain issue"' returns the list of packages to re-evaluate on ARC when the ARC toolchain gets upgraded. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
07d43820f2
commit
c8b2bd81a1
@ -5,7 +5,7 @@ config BR2_PACKAGE_TROUSERS
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
# doesn't build properly in static only configurations
|
# doesn't build properly in static only configurations
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
# broken toolchain
|
# ARC toolchain issue
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
help
|
help
|
||||||
The open-source TCG Software Stack (TSS).
|
The open-source TCG Software Stack (TSS).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user