summaryrefslogtreecommitdiffstats
path: root/scripts/sstate-sysroot-cruft.sh
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2017-06-16 12:46:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:12 +0100
commit97f01ae44677094e5e5083e33afaee1db07a2145 (patch)
treef82f3fde577c9189f5647c3a40495cd5371fd9c4 /scripts/sstate-sysroot-cruft.sh
parent9ef9eb003b5ad3cb4ad2a2502080042447fe7c06 (diff)
downloadpoky-97f01ae44677094e5e5083e33afaee1db07a2145.tar.gz
sstate-sysroot-cruft.sh: Extend the whitelist
* add more php5 entries (From OE-Core rev: f7d105a8e63466afdf226f2139e06f3c0230e2f9) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/sstate-sysroot-cruft.sh')
-rwxr-xr-xscripts/sstate-sysroot-cruft.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sstate-sysroot-cruft.sh b/scripts/sstate-sysroot-cruft.sh
index b6166aa1b2..d9917f5152 100755
--- a/scripts/sstate-sysroot-cruft.sh
+++ b/scripts/sstate-sysroot-cruft.sh
@@ -105,7 +105,9 @@ WHITELIST="${WHITELIST} \
105 105
106# generated by php 106# generated by php
107WHITELIST="${WHITELIST} \ 107WHITELIST="${WHITELIST} \
108 .*/usr/lib/php5/php/.channels \
108 .*/usr/lib/php5/php/.channels/.* \ 109 .*/usr/lib/php5/php/.channels/.* \
110 .*/usr/lib/php5/php/.registry \
109 .*/usr/lib/php5/php/.registry/.* \ 111 .*/usr/lib/php5/php/.registry/.* \
110 .*/usr/lib/php5/php/.depdb \ 112 .*/usr/lib/php5/php/.depdb \
111 .*/usr/lib/php5/php/.depdblock \ 113 .*/usr/lib/php5/php/.depdblock \