Martin Jansa 47761df63d lvgl,lv-lib-png,lv-drivers: fix installed-vs-shipped QA issue with multilib
* with multilib BASELIB is just "lib" while baselib is "lib64"
  and libdir is "/usr/lib64".
* fixes:
  ERROR: QA Issue: lvgl: Files/directories were installed but not shipped in any package:
    /usr/lib
    /usr/lib/liblvgl.a
  Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
  lvgl: 2 installed and not shipped files. [installed-vs-shipped]

* lowercase baselib should work for ppc64 as well (I hope)
  # $baselib [3 operations]
  #   set oe-core/meta/conf/bitbake.conf:10
  #     "${BASELIB}"
  #   set oe-core/meta/conf/bitbake.conf:11
  #     [vardepvalue] "${baselib}"
  #   set oe-core/meta/conf/multilib.conf:2
  #     "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}"
  # pre-expansion value:
  #   "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}"
  baselib="lib64"

* simplify destsuffix/S setting
* I was surprised that ${WORKDIR}/${PN}-${PV} works in multilib build
  but then I've noticed that it's because destsuffix is set to S which
  is a bit uncommon, so drop that and use default "git"

* use ${STAGING_INCDIR} instead of ${RECIPE_SYSROOT}/${includedir}

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-04-18 06:45:49 -04:00
..
2022-11-05 14:06:12 -04:00
2022-06-03 08:53:03 -07:00
2022-08-28 23:57:15 -07:00
2022-10-08 11:36:57 -07:00
2022-11-05 13:53:38 -04:00
2022-09-05 22:49:35 -07:00
2022-09-05 22:49:35 -07:00
2022-07-18 09:11:22 -07:00
2022-05-10 08:54:21 -07:00
2022-07-18 09:11:22 -07:00
2021-10-25 08:38:43 -07:00
2022-09-07 16:44:53 -07:00
2021-08-03 10:21:25 -07:00
2022-05-16 09:09:47 -07:00
2022-10-10 10:19:33 -07:00
2021-12-13 08:15:33 -08:00
2022-08-08 11:38:15 -07:00
2022-03-24 09:45:25 -07:00
2021-08-03 10:21:25 -07:00