Commit 3d93589c authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

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: default avatarSamuel Martin <s.martin49@gmail.com>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e025e491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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