Skip to content

Commit

Permalink
dont build utests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrinker committed Jun 14, 2024
1 parent 9e41d0a commit db7fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/elos/elos.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SRC_URI += " \
S = "${WORKDIR}/git"


PACKAGECONFIG = "daemon dlt tools plugins demos utests"
PACKAGECONFIG = "daemon dlt tools plugins demos"

PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'daemon', '${PN}-daemon', '', d)}"
PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'tools', '${PN}-tools', '', d)}"
Expand Down

0 comments on commit db7fec6

Please sign in to comment.