Skip to content
Snippets Groups Projects

Remove subdir statements from some of the packages

Merged Karel Koci requested to merge hotfix/invalid-subdir into for-v4.0
Compare and
3 files
+ 3
11
Preferences
Compare changes
Files
3
@@ -9,14 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sentinel-dynfw-client
PKG_VERSION:=1.0
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/sentinel/dynfw-client.git
PKG_SOURCE:=$(PKG_NAME).tar.gz
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_MAINTAINER:=Martin Petracek <martin.petracek@nic.cz>
PKG_LICENSE:=GPL-3.0