diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-08-05 11:42:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:43:35 +0100 |
commit | 12cd07cd69baf49893504dd890601064b2b78ab1 (patch) | |
tree | 70341d1300345c5e25ba862c01246a766c3ae729 | |
parent | 7f471e09fd63c42a16b31598ccdca198792299c9 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 2 |
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 | ||
63 | inherit libc-package | 63 | inherit libc-package |
64 | 64 | ||
65 | do_install[depends] += "virtual/libc${PKGSUFFIX}:do_populate_sysroot" | 65 | do_install[depends] += "virtual/${MLPREFIX}libc${PKGSUFFIX}:do_populate_sysroot" |
66 | 66 | ||
67 | BBCLASSEXTEND = "nativesdk" | 67 | BBCLASSEXTEND = "nativesdk" |