diff mbox series

[meta-oe,mickledore] opencv: Revert fix runtime dependencies

Message ID 20230620153917.1749409-1-sandeep.gundlupet-raju@amd.com
State New
Headers show
Series [meta-oe,mickledore] opencv: Revert fix runtime dependencies | expand

Commit Message

Gundlupet Raju, Sandeep June 20, 2023, 3:39 p.m. UTC
This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837

libopencv-ts package is not empty and libopencv_ts libraries are
not all installed in the -dev package, these libraries are needed
for sdk development listed in opencv4.pc file.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
---
 meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gundlupet Raju, Sandeep June 26, 2023, 1:28 a.m. UTC | #1
Hell All,

Can we get this patch merged to mickledore?

Also is langdale branch is still open? If so I will send the patch for langdale as well.

Thanks,
Sandeep
Gundlupet Raju, Sandeep June 26, 2023, 2:27 p.m. UTC | #2
Sorry for the typo(Hello* All) I apologize, sometimes my keyboard doesn't work very well with dell dock.
Gundlupet Raju, Sandeep June 27, 2023, 10:21 p.m. UTC | #3
Hello All,

Can we get this patch merged to mickledore?

Also is langdale branch is still open? If so let me know I will send the 
patch for langdale as well.

Thanks,

Sandeep

On 6/20/2023 9:39 AM, Sandeep Gundlupet Raju wrote:
> This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837
>
> libopencv-ts package is not empty and libopencv_ts libraries are
> not all installed in the -dev package, these libraries are needed
> for sdk development listed in opencv4.pc file.
>
> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
> ---
>   meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
> index 361b00430..bad6f1508 100644
> --- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
> @@ -162,7 +162,7 @@ python populate_packages:prepend () {
>   
>       metapkg =  pn
>       d.setVar('ALLOW_EMPTY:' + metapkg, "1")
> -    blacklist = [ metapkg, "libopencv-ts" ]
> +    blacklist = [ metapkg ]
>       metapkg_rdepends = [ ]
>       for pkg in packages[1:]:
>           if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'):
Gundlupet Raju, Sandeep July 1, 2023, 12:13 a.m. UTC | #4
Ping!

Thanks,

Sandeep

On 6/27/2023 4:21 PM, Gundlupet Raju, Sandeep wrote:
> Hello All,
>
> Can we get this patch merged to mickledore?
>
> Also is langdale branch is still open? If so let me know I will send 
> the patch for langdale as well.
>
> Thanks,
>
> Sandeep
>
> On 6/20/2023 9:39 AM, Sandeep Gundlupet Raju wrote:
>> This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837
>>
>> libopencv-ts package is not empty and libopencv_ts libraries are
>> not all installed in the -dev package, these libraries are needed
>> for sdk development listed in opencv4.pc file.
>>
>> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
>> ---
>>   meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb 
>> b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> index 361b00430..bad6f1508 100644
>> --- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> +++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> @@ -162,7 +162,7 @@ python populate_packages:prepend () {
>>         metapkg =  pn
>>       d.setVar('ALLOW_EMPTY:' + metapkg, "1")
>> -    blacklist = [ metapkg, "libopencv-ts" ]
>> +    blacklist = [ metapkg ]
>>       metapkg_rdepends = [ ]
>>       for pkg in packages[1:]:
>>           if not pkg in blacklist and not pkg in metapkg_rdepends and 
>> not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not 
>> pkg.endswith('-doc') and not pkg.endswith('-locale') and not 
>> pkg.endswith('-staticdev'):
akuster808 July 2, 2023, 3:08 p.m. UTC | #5
On 6/27/23 6:21 PM, Sandeep Gundlupet Raju via lists.openembedded.org wrote:
> Hello All,
>
> Can we get this patch merged to mickledore?
its in mickledore-next so sortly
>
> Also is langdale branch is still open? If so let me know I will send 
> the patch for langdale as well.

Langdale is closed.

- Armin
>
> Thanks,
>
> Sandeep
>
> On 6/20/2023 9:39 AM, Sandeep Gundlupet Raju wrote:
>> This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837
>>
>> libopencv-ts package is not empty and libopencv_ts libraries are
>> not all installed in the -dev package, these libraries are needed
>> for sdk development listed in opencv4.pc file.
>>
>> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
>> ---
>>   meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb 
>> b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> index 361b00430..bad6f1508 100644
>> --- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> +++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
>> @@ -162,7 +162,7 @@ python populate_packages:prepend () {
>>         metapkg =  pn
>>       d.setVar('ALLOW_EMPTY:' + metapkg, "1")
>> -    blacklist = [ metapkg, "libopencv-ts" ]
>> +    blacklist = [ metapkg ]
>>       metapkg_rdepends = [ ]
>>       for pkg in packages[1:]:
>>           if not pkg in blacklist and not pkg in metapkg_rdepends and 
>> not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not 
>> pkg.endswith('-doc') and not pkg.endswith('-locale') and not 
>> pkg.endswith('-staticdev'):
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103619): https://lists.openembedded.org/g/openembedded-devel/message/103619
> Mute This Topic: https://lists.openembedded.org/mt/99646756/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
index 361b00430..bad6f1508 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
@@ -162,7 +162,7 @@  python populate_packages:prepend () {
 
     metapkg =  pn
     d.setVar('ALLOW_EMPTY:' + metapkg, "1")
-    blacklist = [ metapkg, "libopencv-ts" ]
+    blacklist = [ metapkg ]
     metapkg_rdepends = [ ]
     for pkg in packages[1:]:
         if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'):