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

gluon-site: always provide a PKG_VERSION, also during package scan

parent 335026af
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-site
PKG_VERSION:=$(GLUON_SITE_CODE)
PKG_RELEASE:=0.$(GLUON_RELEASE)
PKG_VERSION:=$(if $(GLUON_SITE_CODE),$(GLUON_SITE_CODE),1)
PKG_RELEASE:=$(GLUON_RELEASE)
PKG_FILE_DEPENDS := $(GLUON_SITEDIR)/
PKG_BUILD_DEPENDS := luci
......
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