diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-09-03 15:32:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-03 09:04:57 -0700 |
| commit | e98e9141f89628549f1b11527f94a437d2c46466 (patch) | |
| tree | 5ab6dbc5a04031af3995a5018be9e337dc12613c /meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |
| parent | 0262013e03485048bc5d057c414f4989ed1be05a (diff) | |
| download | meta-openembedded-e98e9141f89628549f1b11527f94a437d2c46466.tar.gz | |
libcyusbserial: fix installed-vs-shipped QA issue with multilib
* testing ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} existence
doesn't really work in cross compilation and on some hosts was causing:
ERROR: QA Issue: libcyusbserial: Files/directories were installed but not shipped in any package:
/usr/lib/libcyusbserial.so.1
/usr/lib/libcyusbserial.so
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
libcyusbserial: 2 installed and not shipped files. [installed-vs-shipped]
with multilib using /usr/lib32 or /usr/lib64 when the same didn't
exist on host.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb index 81453fb888..a69194996b 100644 --- a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb +++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |||
| @@ -8,7 +8,9 @@ DEPENDS = "libusb udev" | |||
| 8 | PV = "1.0.0+git${SRCPV}" | 8 | PV = "1.0.0+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" | 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" |
| 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https \ |
| 12 | file://0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch \ | ||
| 13 | " | ||
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 14 | 16 | ||
