mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
linux-boundary (3.10.17): Add depends on bc-native
This fixes following error: ,---- | /bin/sh: 1: bc: not found | make[1]: *** [kernel/timeconst.h] Error 127 | make: *** [kernel] Error 2 | make: *** Waiting for unfinished jobs.... | CC drivers/mxc/ipu3/ipu_ic.o `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
287d38bc79
commit
e61ea982e5
|
@ -12,6 +12,6 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|||
LOCALVERSION = "-1.0.1_ga+yocto"
|
||||
SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
|
||||
SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
|
||||
DEPENDS += "lzop-native "
|
||||
DEPENDS += "lzop-native bc-native"
|
||||
COMPATIBLE_MACHINE = "(mx6)"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user