Skip to content

Commit

Permalink
pkggrp-ni-snac: remove unneeded append assignment
Browse files Browse the repository at this point in the history
The snac packagegroup is only expected to contain one logical subsection
of packages, so there is no need to split up the RDEPENDS assignments.
Use a single section.

Signed-off-by: Alex Stewart <[email protected]>
  • Loading branch information
Alex Stewart authored and amstewart committed Aug 14, 2024
1 parent 2b025f3 commit fe72374
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes-core/packagegroups/packagegroup-ni-snac.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ LICENSE = "MIT"
inherit packagegroup


RDEPENDS:${PN} = ""

RDEPENDS:${PN}:append = "\
RDEPENDS:${PN} = "\
cryptsetup \
ntp \
tmux \
Expand Down

0 comments on commit fe72374

Please sign in to comment.