perl: Unify host and target build directories
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
505bf74aa3
commit
d98f1cc781
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_DEPENDS:=perl/host
|
PKG_BUILD_DEPENDS:=perl/host
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
Loading…
Reference in a new issue