mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow compiling in meta-toolchain to work
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "Target packages for the standalone SDK"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
LICENSE = "MIT"
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
@@ -7,7 +7,9 @@ PACKAGES = "${PN} ${PN}-dbg"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
libgcc \
|
||||
libgcc-dev \
|
||||
libstdc++ \
|
||||
libstdc++-dev \
|
||||
"
|
||||
|
||||
GLIBC_DEPENDENCIES = "\
|
||||
|
||||
Reference in New Issue
Block a user