summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleimaohui <leimaohui@cn.fujitsu.com>2018-08-16 08:21:16 +0800
committerKhem Raj <raj.khem@gmail.com>2018-12-02 11:05:02 -0800
commit32403728e7f145f7ff6aff348ff0ed6df00d3746 (patch)
tree68261d494e9d87bb67593f3738292bdad6e119d9
parentac25dd42302193fa88a6dcc4ef722f912aae77c8 (diff)
downloadmeta-openembedded-32403728e7f145f7ff6aff348ff0ed6df00d3746.tar.gz
mraa: To file do_package error in multilib.
do_package: QA Issue: mraa: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/mraa.py /usr/lib/python3.5/site-packages/_mraa.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/mraa/mraa_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb
index 930c04123..737c13427 100644
--- a/meta-oe/recipes-extended/mraa/mraa_git.bb
+++ b/meta-oe/recipes-extended/mraa/mraa_git.bb
@@ -20,7 +20,9 @@ inherit cmake distutils3-base
20 20
21DEPENDS += "json-c" 21DEPENDS += "json-c"
22 22
23EXTRA_OECMAKE_append = " -DINSTALLTOOLS:BOOL=ON -DFIRMATA=ON -DCMAKE_SKIP_RPATH=ON" 23EXTRA_OECMAKE_append = " -DINSTALLTOOLS:BOOL=ON -DFIRMATA=ON -DCMAKE_SKIP_RPATH=ON \
24 -DPYTHON3_PACKAGES_PATH:PATH=${baselib}/python${PYTHON_BASEVERSION}/site-packages \
25 "
24 26
25# Prepend mraa-utils to make sure bindir ends up in there 27# Prepend mraa-utils to make sure bindir ends up in there
26PACKAGES =+ "${PN}-utils" 28PACKAGES =+ "${PN}-utils"