mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/samba4: remove trailing space in samba4.mk
This fixes the following warning from `make check-package`: package/samba4/samba4.mk:34: line contains trailing whitespace Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e103e47b8a
commit
a0aaea94d6
@ -31,7 +31,7 @@ SAMBA4_PYTHON = \
|
|||||||
PYTHON_CONFIG="$(STAGING_DIR)/usr/bin/python3-config"
|
PYTHON_CONFIG="$(STAGING_DIR)/usr/bin/python3-config"
|
||||||
SAMBA4_DEPENDENCIES += host-python3 python3
|
SAMBA4_DEPENDENCIES += host-python3 python3
|
||||||
else
|
else
|
||||||
SAMBA4_PYTHON = PYTHON="$(HOST_DIR)/bin/python2"
|
SAMBA4_PYTHON = PYTHON="$(HOST_DIR)/bin/python2"
|
||||||
SAMBA4_DEPENDENCIES += host-python
|
SAMBA4_DEPENDENCIES += host-python
|
||||||
SAMBA4_CONF_OPTS += --disable-python
|
SAMBA4_CONF_OPTS += --disable-python
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user