summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-24 14:02:02 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-24 14:02:02 (EDT)
commitc8efed1f543c261b6dd72c14de896762f6b8199a (patch)
tree73326963777d869fbb9c02ad59155b218afe2528 /lib
parent89cdc5b9e8d9ca7e07a984a6354463232b4c1abd (diff)
prof_proteanos_include_pkg(): Drop more packages
busybox now depends on libc.6, and Essential config-base packages now exist and depend on proteanos-branding.
Diffstat (limited to 'lib')
-rw-r--r--lib/profile/proteanos.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index 0d48c72..d91556f 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -157,14 +157,9 @@ prof_proteanos_include_pkg()
fi
elif [ "x${name}" = 'xpackage' ]; then
# TODO: Drop this code once:
- # * At least one essential package depends on libc.6 on
- # any-any-glibc architectures,
- # * linux-image is marked "Essential: yes", and
- # * Each config-<plat> source package builds a config-base
- # binary package marked "Essential: yes" that depends on
- # proteanos-branding.
+ # * linux-image is marked "Essential: yes"
case "${value}" in
- libc.6|linux-image|proteanos-branding)
+ linux-image)
return 0
;;
esac