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
|
||||
|
||||
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
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user