Browse Source

uwsgi-cgi: fix error

Bad makefile, fix missing separator error.
Also add PKG_MIRROR_HASH

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
lilik-openwrt-22.03
Ansuel Smith 6 years ago
parent
commit
fee38c1cdf
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/uwsgi-cgi/Makefile

+ 2
- 1
net/uwsgi-cgi/Makefile View File

@ -8,6 +8,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
PKG_SOURCE_DATE:=2018-02-26
PKG_SOURCE_VERSION:=50ffc6b28a7a84e273fb2b79c8d657b45887fe87
PKG_MIRROR_HASH:=7ffb9b361ff5dae5268181b8eabfbc56e5a5cf2c9a4439a728c115749de97001
PKG_LICENSE:=GPL2 + linking exception
PKG_LICENSE_FILES:=LICENSE
@ -35,7 +36,7 @@ endef
define Package/uwsgi-cgi/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uwsgi $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uwsgi $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,uwsgi-cgi))

Loading…
Cancel
Save