Go to file
Khem Raj 67df2ce4c9 libunix-statgrab: Use compiler driver for linking as well
the build system tries to deduce the compiler and its friends and fails
because OE passes LDFLAGS assuming that linker will be invoked via
compiler driver ( gcc or clang ) therefore prefixes linker options with
-Wl, but libunix-statgrab build system enquires LD variable for linker
and uses LDFLAGS with it, which causes linker to fail since ld does not
recognise -Wl, etc. Therefore using CCLD for linker is right choice here

Fixes
Checking for cc... i686-yoe-linux-ld: unrecognized option '-Wl,-O1'
i686-yoe-linux-ld: use the --help option for usage information

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-06 10:15:36 -08:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-gnome gjs: Link with libatomic on rv32 2021-12-02 19:16:01 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-multimedia libcamera: Fix build break on musl 2021-12-01 12:39:28 -08:00
meta-networking ntpsec: Disable seccomp on riscv32 2021-12-02 22:40:22 -08:00
meta-oe gsl: upgrade 2.7 -> 2.7.1 2021-12-06 09:56:50 -08:00
meta-perl libunix-statgrab: Use compiler driver for linking as well 2021-12-06 10:15:36 -08:00
meta-python python3-pycparser: upgrade 2.20 -> 2.21 2021-12-06 09:56:20 -08:00
meta-webserver nginx: use ln -rs 2021-11-11 06:36:53 -08:00
meta-xfce packagegroup-xfce-base: Mark TUNE_PKGARCH specific 2021-12-01 12:39:28 -08: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