All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
@ 2023-06-20 15:39 Sandeep Gundlupet Raju
  2023-06-26  1:28 ` Sandeep Gundlupet Raju
  2023-06-27 22:21 ` Gundlupet Raju, Sandeep
  0 siblings, 2 replies; 6+ messages in thread
From: Sandeep Gundlupet Raju @ 2023-06-20 15:39 UTC (permalink / raw)
  To: openembedded-devel, raj.khem; +Cc: mark.hatle, twoerner, Sandeep Gundlupet Raju

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'):
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
  2023-06-20 15:39 [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies Sandeep Gundlupet Raju
@ 2023-06-26  1:28 ` Sandeep Gundlupet Raju
  2023-06-26 14:27   ` Sandeep Gundlupet Raju
  2023-06-27 22:21 ` Gundlupet Raju, Sandeep
  1 sibling, 1 reply; 6+ messages in thread
From: Sandeep Gundlupet Raju @ 2023-06-26  1:28 UTC (permalink / raw)
  To: openembedded-devel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
  2023-06-26  1:28 ` Sandeep Gundlupet Raju
@ 2023-06-26 14:27   ` Sandeep Gundlupet Raju
  0 siblings, 0 replies; 6+ messages in thread
From: Sandeep Gundlupet Raju @ 2023-06-26 14:27 UTC (permalink / raw)
  To: openembedded-devel

Sorry for the typo(Hello* All) I apologize, sometimes my keyboard doesn't work very well with dell dock.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
  2023-06-20 15:39 [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies Sandeep Gundlupet Raju
  2023-06-26  1:28 ` Sandeep Gundlupet Raju
@ 2023-06-27 22:21 ` Gundlupet Raju, Sandeep
  2023-07-01  0:13   ` Gundlupet Raju, Sandeep
  2023-07-02 15:08   ` [oe] " akuster808
  1 sibling, 2 replies; 6+ messages in thread
From: Gundlupet Raju, Sandeep @ 2023-06-27 22:21 UTC (permalink / raw)
  To: openembedded-devel, raj.khem; +Cc: mark.hatle, twoerner

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'):


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
  2023-06-27 22:21 ` Gundlupet Raju, Sandeep
@ 2023-07-01  0:13   ` Gundlupet Raju, Sandeep
  2023-07-02 15:08   ` [oe] " akuster808
  1 sibling, 0 replies; 6+ messages in thread
From: Gundlupet Raju, Sandeep @ 2023-07-01  0:13 UTC (permalink / raw)
  To: openembedded-devel, raj.khem; +Cc: mark.hatle, twoerner

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'):


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [oe] [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
  2023-06-27 22:21 ` Gundlupet Raju, Sandeep
  2023-07-01  0:13   ` Gundlupet Raju, Sandeep
@ 2023-07-02 15:08   ` akuster808
  1 sibling, 0 replies; 6+ messages in thread
From: akuster808 @ 2023-07-02 15:08 UTC (permalink / raw)
  To: sandeep.gundlupet-raju, openembedded-devel, raj.khem; +Cc: mark.hatle, twoerner



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]
> -=-=-=-=-=-=-=-=-=-=-=-
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-02 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20 15:39 [meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies Sandeep Gundlupet Raju
2023-06-26  1:28 ` Sandeep Gundlupet Raju
2023-06-26 14:27   ` Sandeep Gundlupet Raju
2023-06-27 22:21 ` Gundlupet Raju, Sandeep
2023-07-01  0:13   ` Gundlupet Raju, Sandeep
2023-07-02 15:08   ` [oe] " akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.