summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.com>2017-07-05 14:34:02 +0100
committerTristan Maat <tristan.maat@codethink.com>2017-07-05 14:34:02 +0100
commitc6446ec07edab5b069a5bf1a74ba109f39cf5c17 (patch)
tree16bca94eb78066ff9ab23268728445b75cee287f
parent44fde87896827162b17391f4a77009388cbb4bb1 (diff)
downloadbuildstream-tristan/split-domains.tar.gz
projectconfig.yaml: Restore old default split domain behaviourtristan/split-domains
-rw-r--r--buildstream/data/projectconfig.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index 761ff8048..5ebed682d 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -154,6 +154,8 @@ split-rules:
# libtool archives.
devel:
- |
+ %{includedir}
+ - |
%{includedir}/**
- |
%{libdir}/lib*.a
@@ -170,24 +172,38 @@ split-rules:
# away from libraries and executables
debug:
- |
+ %{debugdir}
+ - |
%{debugdir}/**
# The doc domain includes documentation
doc:
- |
+ %{docdir}
+ - |
%{docdir}/**
- |
+ %{infodir}
+ - |
%{infodir}/**
- |
+ %{mandir}
+ - |
%{mandir}/**
# The locale domain includes translations etc
locale:
- |
+ %{datadir}/locale
+ - |
%{datadir}/locale/**
- |
+ %{datadir}/i18n
+ - |
%{datadir}/i18n/**
- |
+ %{datadir}/zoneinfo
+ - |
%{datadir}/zoneinfo/**
# Element Overrides