gluon-core: use GLUON_RELEASE from environment

This commit is contained in:
Matthias Schiffer 2014-01-20 02:31:24 +01:00
parent 56fc4fe7d0
commit d48ce43322
2 changed files with 4 additions and 1 deletions

View File

@ -27,11 +27,15 @@ define Build/Configure
endef
define Build/Compile
echo "$(GLUON_RELEASE)" > $(PKG_BUILD_DIR)/release
endef
define Package/gluon-core/install
$(CP) ./files/* $(1)/
$(GLUON_GENERATE) ./generate/* $(1)/
$(INSTALL_DIR) $(1)/lib/gluon
$(INSTALL_DATA) $(PKG_BUILD_DIR)/release $(1)/lib/gluon/release
endef
$(eval $(call BuildPackage,gluon-core))

View File

@ -1 +0,0 @@
@release@