summaryrefslogtreecommitdiff
path: root/buildstream/data/projectconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/data/projectconfig.yaml')
-rw-r--r--buildstream/data/projectconfig.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index 247a4536a..1010caf6b 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -63,6 +63,11 @@ variables:
-o -name '*.cmxs' -o -name '*.node' ')' \
-exec sh -ec \
'read -n4 hdr <"$1" # check for elf header
+ case "$1" in
+ %{install-root}%{debugdir}/*)
+ exit 0
+ ;;
+ esac
if [ "$hdr" != "$(printf \\x7fELF)" ]; then
exit 0
fi