Skip to content
Snippets Groups Projects
Commit ee4e896f authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: use GLUON_RELEASE from environment

parent f36f7bcf
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,15 @@ define Build/Configure ...@@ -27,11 +27,15 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
echo "$(GLUON_RELEASE)" > $(PKG_BUILD_DIR)/release
endef endef
define Package/gluon-core/install define Package/gluon-core/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
$(GLUON_GENERATE) ./generate/* $(1)/ $(GLUON_GENERATE) ./generate/* $(1)/
$(INSTALL_DIR) $(1)/lib/gluon
$(INSTALL_DATA) $(PKG_BUILD_DIR)/release $(1)/lib/gluon/release
endef endef
$(eval $(call BuildPackage,gluon-core)) $(eval $(call BuildPackage,gluon-core))
@release@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment