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 | f85c00c2df55542a32a25d38f4e5aadb1f96b09f (patch) | |
tree | 622225834cc82d435892e8c2e23901f42bd54f43 | |
parent | 6985994d886976b63e85157f990c90919dc06ae2 (diff) | |
download | upstream-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.tar.gz upstream-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.tar.bz2 upstream-f85c00c2df55542a32a25d38f4e5aadb1f96b09f.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>
SVN-Revision: 39038
-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)"; \ |