mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/samba4: add cmocka dependency
Use system version of cmocka instead of the embedded one Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2b31f91e6d
commit
415077b420
@ -9,10 +9,11 @@ config BR2_PACKAGE_SAMBA4
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_USE_WCHAR # python
|
depends on BR2_USE_WCHAR # python
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # python -> libffi
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # python -> libffi
|
||||||
depends on !BR2_STATIC_LIBS # python, gnutls
|
depends on !BR2_STATIC_LIBS # cmocka, python, gnutls
|
||||||
depends on !BR2_nios2 # binary too large, relocations don't fit
|
depends on !BR2_nios2 # binary too large, relocations don't fit
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
|
select BR2_PACKAGE_CMOCKA
|
||||||
select BR2_PACKAGE_E2FSPROGS
|
select BR2_PACKAGE_E2FSPROGS
|
||||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
|
@ -12,7 +12,7 @@ SAMBA4_LICENSE = GPL-3.0+
|
|||||||
SAMBA4_LICENSE_FILES = COPYING
|
SAMBA4_LICENSE_FILES = COPYING
|
||||||
SAMBA4_DEPENDENCIES = \
|
SAMBA4_DEPENDENCIES = \
|
||||||
host-e2fsprogs host-heimdal host-python host-nfs-utils \
|
host-e2fsprogs host-heimdal host-python host-nfs-utils \
|
||||||
e2fsprogs popt python zlib \
|
cmocka e2fsprogs popt python zlib \
|
||||||
$(if $(BR2_PACKAGE_LIBAIO),libaio) \
|
$(if $(BR2_PACKAGE_LIBAIO),libaio) \
|
||||||
$(if $(BR2_PACKAGE_LIBCAP),libcap) \
|
$(if $(BR2_PACKAGE_LIBCAP),libcap) \
|
||||||
$(if $(BR2_PACKAGE_READLINE),readline) \
|
$(if $(BR2_PACKAGE_READLINE),readline) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user