From 682d09e0cfa1e44f282b94d3acc22a5b5f5d450a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 22 May 2018 14:22:20 +0200 Subject: [PATCH] scripts/TEMPLATE: Remove `EXCLUDE` mechansim After discussion, using this mechanism is unwanted as it causes confusion. --- scripts/TEMPLATE.be0 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/TEMPLATE.be0 b/scripts/TEMPLATE.be0 index 5645262a8..0706bbedd 100755 --- a/scripts/TEMPLATE.be0 +++ b/scripts/TEMPLATE.be0 @@ -17,12 +17,6 @@ SRCURL[0]="https://SERVER/PATH/NAME.${PKGVERSION}.tar.gz" # PATCHURL+=() -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - ############################################################################### ## Uncomment the next statement, if the software may not be able to be built ## outside the source directory and needs to be built inside the source