summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 11:42:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:43:35 +0100
commit12cd07cd69baf49893504dd890601064b2b78ab1 (patch)
tree70341d1300345c5e25ba862c01246a766c3ae729 /meta/recipes-core/eglibc
parent7f471e09fd63c42a16b31598ccdca198792299c9 (diff)
downloadpoky-12cd07cd69baf49893504dd890601064b2b78ab1.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index ca3940dc52..b8107eea90 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -62,6 +62,6 @@ do_install () {
62 62
63inherit libc-package 63inherit libc-package
64 64
65do_install[depends] += "virtual/libc${PKGSUFFIX}:do_populate_sysroot" 65do_install[depends] += "virtual/${MLPREFIX}libc${PKGSUFFIX}:do_populate_sysroot"
66 66
67BBCLASSEXTEND = "nativesdk" 67BBCLASSEXTEND = "nativesdk"