Bruce Leidl
3610c11628
So that the citadel-boot binary can be installed in initramfs without bringining in all the other citadel-tools and dependencies.
14 lines
250 B
BlitzBasic
14 lines
250 B
BlitzBasic
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = "\
|
|
packagegroup-citadel-base \
|
|
packagegroup-desktop \
|
|
packagegroup-gnome \
|
|
packagegroup-sway \
|
|
packagegroup-theme \
|
|
citadel-tools \
|
|
citadel-tools-realms \
|
|
citadel-tools-boot \
|
|
"
|