From c8efed1f543c261b6dd72c14de896762f6b8199a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 24 Sep 2014 14:02:02 -0400 Subject: 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. --- (limited to 'lib') 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- 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 -- cgit v0.9.1