aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-04-25 14:06:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-15 11:00:30 +0100
commit23de89488b558276e35862e8342b728d91c3c488 (patch)
tree92d2abc225a9572b6cd9dcd2c7c30314c7bd2349 /scripts
parentf090c4499caa6c0fbec26a091361c6ed92a94ae3 (diff)
downloadopenembedded-core-contrib-23de89488b558276e35862e8342b728d91c3c488.tar.gz
sstate-sysroot-cruft.sh: Extend the whitelist
* add more php5 entries Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts')
-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} \
# generated by php
WHITELIST="${WHITELIST} \
+ .*/usr/lib/php5/php/.channels \
.*/usr/lib/php5/php/.channels/.* \
+ .*/usr/lib/php5/php/.registry \
.*/usr/lib/php5/php/.registry/.* \
.*/usr/lib/php5/php/.depdb \
.*/usr/lib/php5/php/.depdblock \