remove uneeded PATH setting in ipkg invocation
SVN-Revision: 8580
This commit is contained in:
parent
916e33b59e
commit
9400ad240f
1 changed files with 2 additions and 3 deletions
1
rules.mk
1
rules.mk
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue