[oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Nick D'Ademo
Pass LIB_SUFFIX to CMake during a multilib build so that the generated library folder has the correct suffix. Signed-off-by: Nick D'Ademo --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/open

[oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Nick D'Ademo
Pass LIB_SUFFIX to CMake during a multilib build so that the generated library folder has the correct suffix. Signed-off-by: Nick D'Ademo --- meta-oe/recipes-support/opencv/opencv_2.4.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/opencv/op

[oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Nick D'Ademo
Pass LIB_SUFFIX to CMake during a multilib build so that the generated library folder has the correct suffix. Signed-off-by: Nick D'Ademo --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/open

Re: [oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Martin Jansa
On Wed, Nov 27, 2013 at 09:40:30PM +1100, Nick D'Ademo wrote: > Pass LIB_SUFFIX to CMake during a multilib build so that the generated > library folder has the correct suffix. > > Signed-off-by: Nick D'Ademo > --- > meta-oe/recipes-support/opencv/opencv_2.4.bb | 10 +- > 1 file change

Re: [oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Nick D'Ademo
You're quite right Martin - "base_conditional" makes more sense here. I'll resend the updated patch now. Cheers, Nick On Thu, Nov 28, 2013 at 12:43 AM, Martin Jansa wrote: > On Wed, Nov 27, 2013 at 09:40:30PM +1100, Nick D'Ademo wrote: > > Pass LIB_SUFFIX to CMake during a multilib build so tha

Re: [oe] [meta-oe][PATCH] opencv: bump SRCREV and make recipe multilib build compatible

2013-11-27 Thread Nick D'Ademo
Previous message contains complete final patch. Cheers, Nick On Thu, Nov 28, 2013 at 1:38 PM, Nick D'Ademo wrote: > Pass LIB_SUFFIX to CMake during a multilib build so that the generated > library folder has the correct suffix. > > Signed-off-by: Nick D'Ademo > --- > meta-oe/recipes-support/o