Browse Source

gluon-config-mode-domain-select: remove i18n build commands

gluon-config-mode-domain-select does not have any i18n files of its own.
Matthias Schiffer 6 years ago
parent
commit
172a02e2dc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      package/gluon-config-mode-domain-select/Makefile

+ 0 - 4
package/gluon-config-mode-domain-select/Makefile

@@ -7,8 +7,6 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
 include ../gluon.mk
 
-PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
-
 
 define Package/gluon-config-mode-domain-select
   SECTION:=gluon
@@ -25,13 +23,11 @@ define Build/Configure
 endef
 
 define Build/Compile
-	$(call GluonBuildI18N,gluon-config-mode-domain-select,i18n)
 	$(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/)
 endef
 
 define Package/gluon-config-mode-domain-select/install
 	$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
-	$(call GluonInstallI18N,gluon-config-mode-domain-select,$(1))
 endef
 
 define Package/gluon-config-domain-select/postinst