mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
cdrkit: drop host-cmake dependencies
Now that it's been converted to cmaketargets it doesn't need the host-cmake dependencies since this are fulfilled in the infrastructure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b47a4d1073
commit
fe34e2e06d
@ -2,8 +2,8 @@ CDRKIT_VERSION=1.1.10
|
|||||||
CDRKIT_SOURCE=cdrkit-$(CDRKIT_VERSION).tar.gz
|
CDRKIT_SOURCE=cdrkit-$(CDRKIT_VERSION).tar.gz
|
||||||
CDRKIT_SITE=http://www.cdrkit.org/releases/
|
CDRKIT_SITE=http://www.cdrkit.org/releases/
|
||||||
|
|
||||||
CDRKIT_DEPENDENCIES=libcap bzip2 host-cmake zlib
|
CDRKIT_DEPENDENCIES=libcap bzip2 zlib
|
||||||
HOST_CDRKIT_DEPENDENCIES=host-libcap host-cmake host-bzip2 host-zlib
|
HOST_CDRKIT_DEPENDENCIES=host-libcap host-bzip2 host-zlib
|
||||||
|
|
||||||
ifeq ($(BR2_ENDIAN),"BIG")
|
ifeq ($(BR2_ENDIAN),"BIG")
|
||||||
CMAKE_ENDIAN_OPT=-DBITFIELDS_HTOL=1
|
CMAKE_ENDIAN_OPT=-DBITFIELDS_HTOL=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user