diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-06-20 09:15:45 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-22 07:49:59 -0700 |
commit | d4b37afb7fed256989ac08a933a7478d3c624f4e (patch) | |
tree | 93875b077d70afca53739b420aae3734cacdbc9d /meta-oe/recipes-support/opencv | |
parent | 5448c714225818745b994a0ca765f7d5ec53deac (diff) | |
download | meta-openembedded-d4b37afb7fed256989ac08a933a7478d3c624f4e.tar.gz |
opencv: Revert fix runtime dependencies
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 d02fd34ae..a1fbaaa09 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb | |||
@@ -163,7 +163,7 @@ python populate_packages:prepend () { | |||
163 | 163 | ||
164 | metapkg = pn | 164 | metapkg = pn |
165 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") | 165 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
166 | blacklist = [ metapkg, "libopencv-ts" ] | 166 | blacklist = [ metapkg ] |
167 | metapkg_rdepends = [ ] | 167 | metapkg_rdepends = [ ] |
168 | for pkg in packages[1:]: | 168 | for pkg in packages[1:]: |
169 | 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'): | 169 | 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'): |