Skip to content
Snippets Groups Projects
Commit 9400ad24 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

remove uneeded PATH setting in ipkg invocation

SVN-Revision: 8580
parent 916e33b5
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ TARGET_CONFIGURE_OPTS:= \
RANLIB=$(TARGET_CROSS)ranlib \
STRIP=$(TARGET_CROSS)strip \
OBJCOPY=$(TARGET_CROSS)objcopy \
OBJDUMP=$(TARGET_CROSS)objdump \
SIZE=$(TARGET_CROSS)size
OBJDUMP=$(TARGET_CROSS)objdump \
SIZE=$(TARGET_CROSS)size
# strip an entire directory
RSTRIP:= \
......@@ -109,7 +109,6 @@ RSTRIP:= \
# where to build (and put) .ipk packages
IPKG:= \
PATH="$(STAGING_DIR_HOST)/bin:$(PATH)" \
IPKG_TMP=$(TMP_DIR)/ipkg \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment