mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
bustle: use TARGET_MAKE_ENV instead of setting PATH in the make environment
TARGET_MAKE_ENV already contains the PATH definition among other useful variables. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e025e49100
commit
3d93589c8f
@ -11,7 +11,7 @@ BUSTLE_LICENSE_FILES = LICENSE
|
|||||||
BUSTLE_DEPENDENCIES = libglib2 libpcap host-pkgconf
|
BUSTLE_DEPENDENCIES = libglib2 libpcap host-pkgconf
|
||||||
|
|
||||||
define BUSTLE_BUILD_CMDS
|
define BUSTLE_BUILD_CMDS
|
||||||
PATH=$(TARGET_PATH) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
||||||
PCAP_FLAGS='-lpcap' -C $(@D) dist/build/bustle-pcap
|
PCAP_FLAGS='-lpcap' -C $(@D) dist/build/bustle-pcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user