diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-06 12:08:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-07 15:22:36 +0100 |
commit | a7ddbea345c90646e6b9ddb89f768865caffdf07 (patch) | |
tree | 59e7c434d0d9b6a1e95d61c8449056f200183d97 /meta/conf | |
parent | c2dbcbbac48127cd014592443a6ac6062c95566f (diff) | |
download | poky-a7ddbea345c90646e6b9ddb89f768865caffdf07.tar.gz |
meta: Drop swabber
swabber hasn't been used in years and never did work well in the first
place. Remove its recipes, class and configuration.
(From OE-Core rev: e18657df0b7e45a224fae17e68c447eae94258ac)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/swabber/Ubuntu-10.04.1-64/blacklist | 6 | ||||
-rw-r--r-- | meta/conf/swabber/Ubuntu-10.04.1-64/filters | 7 | ||||
-rw-r--r-- | meta/conf/swabber/Ubuntu-10.04.1-64/whitelist | 23 | ||||
-rw-r--r-- | meta/conf/swabber/generic/blacklist | 2 | ||||
-rw-r--r-- | meta/conf/swabber/generic/filters | 10 | ||||
-rw-r--r-- | meta/conf/swabber/generic/whitelist | 15 |
6 files changed, 0 insertions, 63 deletions
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist b/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist deleted file mode 100644 index 5fdb8f2b9a..0000000000 --- a/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | libneon27-gnutls | ||
2 | openjdk-6-jre-headless | ||
3 | openjdk-6-jre-lib | ||
4 | openjdk-6-jre | ||
5 | libdbus-1-3 | ||
6 | libneon27-gnutls | ||
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/filters b/meta/conf/swabber/Ubuntu-10.04.1-64/filters deleted file mode 100644 index a447f70e96..0000000000 --- a/meta/conf/swabber/Ubuntu-10.04.1-64/filters +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | /usr/local/lib/python2.6 | ||
2 | /usr/lib/python2.6 | ||
3 | /usr/lib/pymodules/python2.6 | ||
4 | /usr/lib/perl/5.10 | ||
5 | # which is part of the debianutils packages, but we don't want to put the entire | ||
6 | # debianutils package in the whitelist. | ||
7 | /usr/bin/which | ||
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist b/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist deleted file mode 100644 index f0fe9633dc..0000000000 --- a/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | base-files | ||
2 | dash | ||
3 | libacl1 | ||
4 | libattr1 | ||
5 | libbz2-1.0 | ||
6 | libc6 | ||
7 | libc-bin | ||
8 | libglib2.0-0 | ||
9 | libncurses5 | ||
10 | libselinux1 | ||
11 | libsqlite3-0 | ||
12 | libssl0.9.8 | ||
13 | mime-support | ||
14 | perl-base | ||
15 | python2.6 | ||
16 | python2.6-minimal | ||
17 | python-apport | ||
18 | python-gst0.10 | ||
19 | python-imaging | ||
20 | python-minimal | ||
21 | python-support | ||
22 | python-zope.interface | ||
23 | zlib1g | ||
diff --git a/meta/conf/swabber/generic/blacklist b/meta/conf/swabber/generic/blacklist deleted file mode 100644 index 396bcb4bf2..0000000000 --- a/meta/conf/swabber/generic/blacklist +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | udev | ||
2 | dkpg | ||
diff --git a/meta/conf/swabber/generic/filters b/meta/conf/swabber/generic/filters deleted file mode 100644 index 3b10fcb377..0000000000 --- a/meta/conf/swabber/generic/filters +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | /tmp | ||
2 | /etc/localtime | ||
3 | /etc/ld.so.cache | ||
4 | /etc/ld.so.conf | ||
5 | /etc/passwd | ||
6 | /etc/group | ||
7 | /etc/nsswitch.conf | ||
8 | /proc | ||
9 | /dev/null | ||
10 | /dev/tty | ||
diff --git a/meta/conf/swabber/generic/whitelist b/meta/conf/swabber/generic/whitelist deleted file mode 100644 index 48ec2af2c8..0000000000 --- a/meta/conf/swabber/generic/whitelist +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | bash | ||
2 | bzip2 | ||
3 | ccache | ||
4 | coreutils | ||
5 | cpp | ||
6 | file | ||
7 | findutils | ||
8 | gawk | ||
9 | grep | ||
10 | hostname | ||
11 | make | ||
12 | sed | ||
13 | tar | ||
14 | util-linux | ||
15 | zlib1g | ||