mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
packagegroup-rust-sdk-target: Add Rust SDK target packagegroup
(From OE-Core rev: 5bfa5bfa942a29f6670213933e456ed00c43a245) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
59812918da
commit
cf3b5adaf5
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright OpenEmbedded Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
SUMMARY = "Target packages for the Rust SDK"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
rust \
|
||||
"
|
||||
Reference in New Issue
Block a user