meta-openembedded/meta-oe
Martin Jansa 079cd908fc
driverctl: fix installed-vs-shipped
* introduced in upgrade to 0.115 version:
  https://git.openembedded.org/meta-openembedded/commit/?id=1f2c2ebcbcf5944225462f530e0d56b20f1b4630

* fixes:
ERROR: driverctl-0.115-r0 do_package: QA Issue: driverctl: Files/directories were installed but not shipped in any package:
  /usr/lib/systemd
  /usr/lib/systemd/system
  /usr/lib/systemd/system/driverctl@.service
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
driverctl: 3 installed and not shipped files. [installed-vs-shipped]

  when systemd_system_unitdir isn't subdirectory of libdir, e.g. with multilib using:
  export libdir="/usr/lib64"
  export systemd_system_unitdir="/usr/lib/systemd/system"

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-29 09:04:23 -08:00
..
classes signing.bbclass: don't export OPENSSL environment variables globally 2023-10-09 09:38:49 -07:00
conf layer.conf: add libbpf to NON_MULTILIB_RECIPES 2023-12-20 11:12:59 -08:00
dynamic-layers mozjs-102: remove the recipe 2023-12-27 00:15:53 -08:00
files meta-oe/static-ids: Change postgres to 28 to match forced id in recipe 2023-11-15 09:51:45 -08:00
lib/oeqa/selftest/cases
licenses
recipes-benchmark fio: revert "fio: upgrade 3.32 -> 2022" 2023-11-29 07:35:36 -08:00
recipes-bsp i2cdev: New recipe with i2c tools 2023-12-29 09:04:22 -08:00
recipes-connectivity libqmi: upgrade 1.34.0 -> 1.35.1 2023-12-29 09:04:17 -08:00
recipes-core opencl-icd-loader: upgrade 2023.04.17 -> 2023.12.14 2023-12-29 09:04:20 -08:00
recipes-crypto pkcs11-helper: upgrade 1.29.0 -> 1.30.0 2023-12-18 22:17:19 -08:00
recipes-dbs postgresql: upgrade 15.4 -> 15.5 2023-12-29 09:04:21 -08:00
recipes-devtools cjson: upgrade 1.7.16 -> 1.7.17 2023-12-29 09:04:20 -08:00
recipes-extended redis: upgrade 6.2.13 -> 6.2.14 2023-12-29 09:04:21 -08:00
recipes-gnome vte9: Drop recipe 2023-12-04 12:30:43 -08:00
recipes-graphics jasper: Fix install conflict when enable multilib. 2023-12-29 09:04:17 -08:00
recipes-kernel crash: update to 8.0.4 2023-12-18 22:17:24 -08:00
recipes-multimedia faad2: Upgrade 2.10.0 -> 2.11.1 2023-12-20 11:12:59 -08:00
recipes-navigation geos: Fix packaging 2023-11-10 09:13:39 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing qpdf: upgrade 11.6.3 -> 11.6.4 2023-12-21 08:00:40 -08:00
recipes-security tomoyo-tools: upgrade 2.5.0 -> 2.6.1 2023-11-28 08:55:40 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support driverctl: fix installed-vs-shipped 2023-12-29 09:04:23 -08:00
recipes-test catch2: upgrade 2.13.7 -> 2.13.10 2023-11-11 15:41:43 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj raj.khem@gmail.com