mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny [RP: Add PR bump] (From OE-Core rev: bcaea8ec9c9c333f76b368225f60d4fb54c1c7b2) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
429 B
BlitzBasic
17 lines
429 B
BlitzBasic
DESCRIPTION = "Target packages for the standalone SDK"
|
|
PR = "r7"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
ALLOW_EMPTY = "1"
|
|
|
|
PACKAGES = "${PN} ${PN}-dbg"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
libgcc \
|
|
libgcc-dev \
|
|
libstdc++ \
|
|
libstdc++-dev \
|
|
${LIBC_DEPENDENCIES} \
|
|
"
|