polkit and nm should be in desktop module, organize bash completions
This commit is contained in:
parent
f3455b5fd1
commit
219d2d0f63
@ -1,8 +1,18 @@
|
||||
#
|
||||
# Base set of packages, should not include anything needed only on desktop
|
||||
#
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
BASH_COMPLETION = "\
|
||||
bash-completion \
|
||||
iproute2-bash-completion \
|
||||
glib-2.0-bash-completion \
|
||||
pulseaudio-bash-completion \
|
||||
systemd-bash-completion \
|
||||
util-linux-bash-completion \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
base-files \
|
||||
base-passwd \
|
||||
@ -19,16 +29,14 @@ RDEPENDS_${PN} = "\
|
||||
which \
|
||||
parted \
|
||||
bash \
|
||||
bash-completion \
|
||||
${BASH_COMPLETION} \
|
||||
grep \
|
||||
procps \
|
||||
psmisc-extras \
|
||||
tar \
|
||||
pciutils \
|
||||
sysfsutils \
|
||||
polkit \
|
||||
wpa-supplicant \
|
||||
networkmanager \
|
||||
kernel-modules \
|
||||
packagegroup-firmware \
|
||||
vim \
|
||||
@ -56,9 +64,4 @@ RDEPENDS_${PN} = "\
|
||||
e2fsprogs \
|
||||
dosfstools \
|
||||
libpam \
|
||||
iproute2-bash-completion \
|
||||
glib-2.0-bash-completion \
|
||||
pulseaudio-bash-completion \
|
||||
systemd-bash-completion \
|
||||
util-linux-bash-completion \
|
||||
"
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
#
|
||||
# Packages common to any desktop environment
|
||||
#
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
CITADEL_POWERTOP = ""
|
||||
@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
|
||||
iso-codes \
|
||||
libgudev \
|
||||
networkmanager \
|
||||
polkit \
|
||||
network-manager-applet \
|
||||
clutter-1.0 \
|
||||
libxkbcommon \
|
||||
|
Loading…
Reference in New Issue
Block a user