mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
Remove qemuwrapper-cross from RDEPENDS, install a cross pkg in sysroots isn't useful, if we really need run qemuwrapper in SDK, we should add it as nativesdk, and it has multilib conflicts when populate_ sdk: error: file /usr/bin/crossscripts/qemuwrapper from install of qemuwrapper-cross-1.0-r0.lib32_x86 conflicts with file from package qemuwrapper-cross-1.0-r0.core2_64 [YOCTO #8089] (From OE-Core rev: 4b779616ed3fe96519fa3be9c32aad1bb0f1ea3f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
219 B
BlitzBasic
14 lines
219 B
BlitzBasic
SUMMARY = "Target packages for the standalone SDK"
|
|
PR = "r8"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = "\
|
|
libgcc \
|
|
libgcc-dev \
|
|
libstdc++ \
|
|
libstdc++-dev \
|
|
${LIBC_DEPENDENCIES} \
|
|
"
|