mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
There was a problem in commit ad23395cd1 since
gettext-nativesdk was translated to gettext instead of nativesdk-gettext.
This fixes to use the correct dependency.
(From OE-Core rev: a6e325342cb489e05927d6cb2bb0a24fa6c20ef8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
294 B
PHP
9 lines
294 B
PHP
inherit cross-canadian
|
|
|
|
DESCRIPTION = "The cross-canadian GNU cc and gcc C compilers for ${TARGET_ARCH} target."
|
|
PN = "gcc-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
|
BPN = "gcc"
|
|
|
|
DEPENDS = "virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-${HOST_PREFIX}libc-for-gcc nativesdk-gettext"
|
|
|