mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/ltrace: hide for archs ltrace doesn't support
Reported-By: Michael S. Zick" <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4e385ee794
commit
69067025c0
2
CHANGES
2
CHANGES
@ -1,6 +1,6 @@
|
|||||||
2009.11, Not released yet:
|
2009.11, Not released yet:
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dbus, gvfs
|
Updated/fixed packages: busybox, dbus, gvfs, ltrace
|
||||||
|
|
||||||
2009.11-rc1, Released November 23rd, 2009:
|
2009.11-rc1, Released November 23rd, 2009:
|
||||||
|
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
comment "ltrace has no inherent support for AVR32"
|
|
||||||
depends on BR2_avr32 && BR2_PACKAGE_LTRACE
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LTRACE
|
config BR2_PACKAGE_LTRACE
|
||||||
bool "ltrace"
|
bool "ltrace"
|
||||||
#depends on BR2_LARGEFILE
|
depends on !(BR2_avr32 || BR2_cris || BR2_mips || BR2_mipsel || BR2_nios2 || BR2_sh || BR2_sh64 || BR2_xtensa)
|
||||||
select BR2_PACKAGE_LIBELF
|
select BR2_PACKAGE_LIBELF
|
||||||
help
|
help
|
||||||
Debugging program which runs a specified command until it exits.
|
Debugging program which runs a specified command until it exits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user