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
Branches
Tags
No related merge requests found
......@@ -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))
@release@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment