diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-13 10:40:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-13 10:40:19 +0000 |
commit | 44743dc6b43aef4c9ff118be12082575fe180f09 (patch) | |
tree | cfa59b838210a480d15c916de1f7805663b63d65 /include/package-ipkg.mk | |
parent | 921292e3b8c0d27d27c4c643722af930b42fdbf1 (diff) | |
download | upstream-44743dc6b43aef4c9ff118be12082575fe180f09.tar.gz upstream-44743dc6b43aef4c9ff118be12082575fe180f09.tar.bz2 upstream-44743dc6b43aef4c9ff118be12082575fe180f09.zip |
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.mk | 2 |
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)"; \ |