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
This commit is contained in:
Felix Fietkau 2013-12-13 10:40:19 +00:00
parent 6985994d88
commit f85c00c2df
1 changed files with 0 additions and 2 deletions

View File

@ -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)"; \