Re: [OE-core] [PATCH 0/1] fix IMAGE_LINGUAS did not support multilib correctly

2016-01-13 Thread Hongxu Jia
Hi Ross, I found you added this patch to 'Consolidated Pull', but not merged finally. Did it cause build failure or introduce trouble? //Hongxu On 12/10/2015 06:41 PM, Hongxu Jia wrote: Test steps: 1. Make use of service in meta-skeleton to test the issue. The app invoke setlocale(LC_CT

[OE-core] [PATCH 0/1] fix IMAGE_LINGUAS did not support multilib correctly

2015-12-10 Thread Hongxu Jia
Test steps: 1. Make use of service in meta-skeleton to test the issue. The app invoke setlocale(LC_CTYPE, "en_US.UTF-8") in C. --- a/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c +++ b/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c @@ -1,12 +1,13 @@ -#include