diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-12-19 21:39:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-20 16:07:50 -0800 |
| commit | b822b64aeb4d5c54c1f493cabc9011d741293439 (patch) | |
| tree | c2b9b64fca8165ae3259dbd81af04e74835551db /meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |
| parent | b1a85631279b8f04b38562f9cf076f4cc0561a71 (diff) | |
| download | meta-openembedded-b822b64aeb4d5c54c1f493cabc9011d741293439.tar.gz | |
ade: Fix install paths in multilib builds
Fixes
ERROR: ade-0.1.1f-r0 do_package: QA Issue: ade: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/libade.a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv/ade_0.1.1f.bb')
| -rw-r--r-- | meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb index 332820d149..3861802158 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |||
| @@ -5,6 +5,7 @@ organizing data flow processing and execution." | |||
| 5 | HOMEPAGE = "https://github.com/opencv/ade" | 5 | HOMEPAGE = "https://github.com/opencv/ade" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/opencv/ade.git \ | 7 | SRC_URI = "git://github.com/opencv/ade.git \ |
| 8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ | ||
| 8 | " | 9 | " |
| 9 | 10 | ||
| 10 | SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9" | 11 | SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9" |
