Skip to content

Commit

Permalink
Merge pull request #517 from Wedmer/master
Browse files Browse the repository at this point in the history
utils/zoneinfo: Removed Middle-East target due there're no files for it.
  • Loading branch information
sbyx committed Nov 8, 2014
2 parents ac865af + cdb72f2 commit d3558ae
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions utils/zoneinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ $(call Package/zoneinfo/Default)
TITLE:=Zone Information (India)
endef

define Package/zoneinfo-middleeast
$(call Package/zoneinfo/Default)
TITLE:=Zone Information (MiddleEast)
endef

define Build/Prepare
(cd $(PKG_BUILD_DIR) && tar -xzf $(DL_DIR)/$(PKG_SOURCE_CODE) && tar -xzf $(DL_DIR)/$(PKG_SOURCE))
endef
Expand All @@ -122,7 +117,6 @@ define Build/Compile
install
endef


define Package/zoneinfo-core/install
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
for i in \
Expand Down Expand Up @@ -226,7 +220,6 @@ define Package/zoneinfo-europe/install
done
endef


define Package/zoneinfo-india/install
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
for i in Indian ; do \
Expand All @@ -235,14 +228,6 @@ define Package/zoneinfo-india/install
done
endef

define Package/zoneinfo-middleeast/install
$(INSTALL_DIR) $(1)/usr/share/zoneinfo
for i in Egypt Libya Iran Israel Turkey Mideast ; do \
$(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \
$(1)/usr/share/zoneinfo ; \
done
endef

$(eval $(call BuildPackage,zoneinfo-simple))
$(eval $(call BuildPackage,zoneinfo-core))
$(eval $(call BuildPackage,zoneinfo-africa))
Expand All @@ -255,5 +240,3 @@ $(eval $(call BuildPackage,zoneinfo-australia-nz))
$(eval $(call BuildPackage,zoneinfo-pacific))
$(eval $(call BuildPackage,zoneinfo-europe))
$(eval $(call BuildPackage,zoneinfo-india))
$(eval $(call BuildPackage,zoneinfo-middleeast))

0 comments on commit d3558ae

Please sign in to comment.