Skip to content
Snippets Groups Projects
Unverified Commit f9072a36 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: fix setting of opkg tmpdir

Don't use system /tmp for build.
parent 448ea100
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ BIN_DIR = $(PROFILE_BUILDDIR)/images
TARGET_DIR = $(PROFILE_BUILDDIR)/root
OPKG:= \
IPKG_TMP="$(TMP_DIR)/ipkgtmp" \
TMPDIR="$(TMP_DIR)" \
IPKG_INSTROOT="$(TARGET_DIR)" \
IPKG_CONF_DIR="$(TMP_DIR)" \
IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment