diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-12-18 23:41:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-19 13:56:59 -0800 |
| commit | 989b67be6d0fcadfd3ab52d27663a06c1e8f61ca (patch) | |
| tree | d0e06d4c8d8029965295e792b4dc83d5e53fb1b4 /meta-oe/recipes-extended/libcec/libcec_git.bb | |
| parent | 130cc706f12f37f6cc0d682e93aab9ca6fe76be2 (diff) | |
| download | meta-openembedded-989b67be6d0fcadfd3ab52d27663a06c1e8f61ca.tar.gz | |
libcec: Fix multilib build
Fixes
ERROR: libcec-4.0.4-r0 do_package: QA Issue: libcec: Files/directories were installed but not shipped in any package:
/usr/lib/python3.7/site-packages/_cec.so
/usr/lib/python3.7/site-packages/cec.py
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libcec/libcec_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb index eaf6b9b437..8d5a82455b 100644 --- a/meta-oe/recipes-extended/libcec/libcec_git.bb +++ b/meta-oe/recipes-extended/libcec/libcec_git.bb | |||
| @@ -13,7 +13,8 @@ PV = "4.0.4" | |||
| 13 | 13 | ||
| 14 | SRCREV = "3bbd4321618503d14008387a72fabb6743878831" | 14 | SRCREV = "3bbd4321618503d14008387a72fabb6743878831" |
| 15 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git \ | 15 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git \ |
| 16 | " | 16 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ |
| 17 | " | ||
| 17 | 18 | ||
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 19 | 20 | ||
