Go to file
Martin Jansa e04d5631d3 switchtec-user: fix installed-vs-shipped with multilib
* fixes:
  ERROR: QA Issue: switchtec-user: Files/directories were installed but not shipped in any package:
    /usr/lib/libswitchtec.a
    /usr/lib/libswitchtec.so
    /usr/lib/libswitchtec.so.4.0
  Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
  switchtec-user: 3 installed and not shipped files. [installed-vs-shipped]

  when libdir is e.g. /usr/lib64

  The Makefile.in defines default LIBDIR with DESTDIR:
  LIBDIR ?= $(DESTDIR)$(PREFIX)/lib
  so include ${D} here as well

* use 4 spaces for indentation and ' instead of " so that it doesn't
  need backslashes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-30 09:16:06 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems zfs: Fix build on musl 2023-05-28 16:35:00 -07:00
meta-gnome gnome-online-accounts: Replace filename with basename 2023-05-28 16:35:00 -07:00
meta-initramfs kexecboot: update homepage 2023-02-01 09:11:49 -08:00
meta-multimedia x265: Pass --debug-prefix-map to nasm 2023-05-26 08:28:37 -07:00
meta-networking ettercap: Do not generate #line directives with bison/flex 2023-05-28 16:35:00 -07:00
meta-oe switchtec-user: fix installed-vs-shipped with multilib 2023-05-30 09:16:06 -07:00
meta-perl libnet-dns-perl: upgrade 1.37 -> 1.38 2023-05-14 15:35:52 -07:00
meta-python python3-snagboot: new recipe 2023-05-28 16:35:00 -07:00
meta-webserver monkey: Remove buildpaths from generated mk_env.h 2023-05-28 16:35:00 -07:00
meta-xfce xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURE 2023-05-26 08:28:37 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories