summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-13 10:40:19 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-13 10:40:19 +0000
commitc0980a2abb1ab1e930eac52c704ae67a86ef89ad (patch)
treecfa59b838210a480d15c916de1f7805663b63d65 /include/package-ipkg.mk
parenta431bb5211c0ad81ad26acb346f5ee550dcfd7df (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package-ipkg.mk')
-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 522a1de15f..043431c349 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)"; \