diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-09-01 10:23:19 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:50:49 +0100 |
commit | c56bab6b25350df34b3dd9b191d368c05ac7f96e (patch) | |
tree | 3f861221201870dd7e51da9405860390146d0245 /meta/site/powerpc-common | |
parent | 2c54c5574eacabc4efe4069721dd83c1df8a65cb (diff) | |
download | poky-c56bab6b25350df34b3dd9b191d368c05ac7f96e.tar.gz |
dpkg: fix powerpc and mips build failure
set dpkg va_copy value in corresponding site files for powerpc and mips
Fixes [BUGID #219]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/site/powerpc-common')
-rw-r--r-- | meta/site/powerpc-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common index a4c7a37feb..8c0da23492 100644 --- a/meta/site/powerpc-common +++ b/meta/site/powerpc-common | |||
@@ -325,3 +325,6 @@ ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} | |||
325 | # sudo | 325 | # sudo |
326 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | 326 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} |
327 | 327 | ||
328 | # dpkg | ||
329 | dpkg_cv_va_copy=${ac_cv_va_copy=yes} | ||
330 | dpkg_cv___va_copy=${ac_cv___va_copy=yes} | ||