Yes, you are right, these series of opencv patches are backport for zeus 
branch. I missed the prefix while preparing and testing these patches. I had 
resent them with the zeus branch prefix. Thank you for your correction. 

-----Original Message-----
From: Khem Raj <[email protected]> 
Sent: Sunday, March 1, 2020 10:40 AM
To: Yeoh, Ee Peng <[email protected]>
Cc: openembeded-devel <[email protected]>; Carlos 
Rafael Giani <[email protected]>
Subject: Re: [PATCH 1/5] opencv: Enable pkg-config .pc file generation

which branch is this intended for? it does not look it is for master since it 
sounds more like backport, please add it to subject prefix so stable maintainer 
can get notified about it.

On Sat, Feb 29, 2020 at 4:33 PM Yeoh Ee Peng <[email protected]> wrote:
>
> From: Carlos Rafael Giani <[email protected]>
>
> In OpenCV 4, .pc file generation is disabled by default. Yet, other 
> software such as GStreamer and FFmpeg rely on the .pc files during 
> build time configuration. Explicitely enable .pc file generation to 
> make sure pkg-config can be used for getting information about OpenCV.
>
> Signed-off-by: Carlos Rafael Giani <[email protected]>
> Signed-off-by: Khem Raj <[email protected]>
> Signed-off-by: Yeoh Ee Peng <[email protected]>
> ---
>  meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb 
> b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
> index 77b5dd6..5e89db0 100644
> --- a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
> @@ -64,6 +64,7 @@ EXTRA_OECMAKE = 
> "-DOPENCV_EXTRA_MODULES_PATH=${WORKDIR}/contrib/modules \
>      -DCMAKE_SKIP_RPATH=ON \
>      -DOPENCV_ICV_HASH=${IPP_MD5} \
>      -DIPPROOT=${WORKDIR}/ippicv_lnx \
> +    -DOPENCV_GENERATE_PKGCONFIG=ON \
>      ${@bb.utils.contains("TARGET_CC_ARCH", "-msse3", "-DENABLE_SSE=1 
> -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1", "", d)} \
>      ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 
> -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \
>      ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", 
> "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 
> -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \
> --
> 2.7.4
>
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to