linux-boundary: Add DEPENDS on lzop

Kernel version 3.10 requires lzop to build.

Fix suggested by Erik Botö <erik.boto@pelagicore.com>

Reported-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Eric Nelson 2014-04-03 07:16:30 -07:00 committed by Otavio Salvador
parent ba7770da79
commit 909d002d42

View File

@ -12,6 +12,6 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
LOCALVERSION = "-1.0.0_beta+yocto"
SRCBRANCH = "boundary-imx_3.10.17_1.0.0_beta"
SRCREV = "92608435c09eef1b111d6b704d016bcc769c55ca"
DEPENDS += "lzop-native "
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"