build: remove SourceFile and SourceURL from opkg metadata - they are useless without...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 13 Dec 2013 10:40:19 +0000 (10:40 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 13 Dec 2013 10:40:19 +0000 (10:40 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39038

include/package-ipkg.mk

index 522a1de15f004db26bb1d21a91b73f2cdcae7c00..043431c349c73a497e62274d4acb799ec632f902 100644 (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)"; \