summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb
blob: 59874c4c2c81ba27d35df0c0d83e0b3ccaf4d38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

SUMMARY = "Target packages for the Rust SDK"

inherit packagegroup

RDEPENDS:${PN} = " \
    rust \
    cargo \
"