summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-13 10:40:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-13 10:40:19 +0000
commitf85c00c2df55542a32a25d38f4e5aadb1f96b09f (patch)
tree622225834cc82d435892e8c2e23901f42bd54f43 /include
parent6985994d886976b63e85157f990c90919dc06ae2 (diff)
downloadmtk-20170518-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.zip
mtk-20170518-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.tar.gz
mtk-20170518-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.tar.bz2
build: remove SourceFile and SourceURL from opkg metadata - they are useless without the corresponding openwrt package directory
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39038
Diffstat (limited to 'include')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 522a1de..043431c 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -152,8 +152,6 @@ ifeq ($(DUMP),)
[ -z "$$$$DEPENDS" ] || echo "Depends: $$$$DEPENDS"; \
$(if $(PROVIDES), echo "Provides: $(PROVIDES)"; ) \
echo "Source: $(SOURCE)"; \
- $(if $(PKG_SOURCE), echo "SourceFile: $(PKG_SOURCE)"; ) \
- $(if $(PKG_SOURCE_URL), echo "SourceURL: $(PKG_SOURCE_URL)"; ) \
$(if $(PKG_LICENSE), echo "License: $(PKG_LICENSE)"; ) \
$(if $(PKG_LICENSE_FILES), echo "LicenseFiles: $(PKG_LICENSE_FILES)"; ) \
echo "Section: $(SECTION)"; \