mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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"
|
DESCRIPTION = "Target packages for the standalone SDK"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
@@ -7,7 +7,9 @@ PACKAGES = "${PN} ${PN}-dbg"
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
libgcc \
|
libgcc \
|
||||||
|
libgcc-dev \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
|
libstdc++-dev \
|
||||||
"
|
"
|
||||||
|
|
||||||
GLIBC_DEPENDENCIES = "\
|
GLIBC_DEPENDENCIES = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user