mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
eglibc-locale: Added ${MLPREFIX} for task dependency.
[YOCTO #1338] Added ${MLPREFIX} to the task dependency between eglibc-locale:do_install and the corresponding virtual/libc's do_populate_sysroot. (From OE-Core rev: c96bf9197e1e6566ec7a4cd6b92499fb82c9c697) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f471e09fd
commit
12cd07cd69
@@ -62,6 +62,6 @@ do_install () {
|
||||
|
||||
inherit libc-package
|
||||
|
||||
do_install[depends] += "virtual/libc${PKGSUFFIX}:do_populate_sysroot"
|
||||
do_install[depends] += "virtual/${MLPREFIX}libc${PKGSUFFIX}:do_populate_sysroot"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user