perl: Don't build InstallDev under ARC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 2628584ffd
)
This commit is contained in:
parent
c7e1106d18
commit
5c856ff558
1 changed files with 2 additions and 0 deletions
|
@ -122,10 +122,12 @@ define Build/Compile
|
|||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
ifeq ($(CONFIG_arc),)
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION)
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/$(PERL_VERSION) $(1)/usr/lib/perl5/
|
||||
endef
|
||||
endif
|
||||
|
||||
define Package/perl/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
|
Loading…
Reference in a new issue