Go to file
Khem Raj 11bc2775af klibc: Pass -fno-builtin-bcmp with musl/clang combo
clang would emit bcmp built-in for musl bases system
but here we do not link in musl C library, so its best
to disable it

Fixes
git/usr/klibc/memmem.c:38: undefined reference to `bcmp'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andrea Adami <andrea.adami@gmail.com>
2019-08-08 10:01:45 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems ufs-tool: add tool to access UFS (Universal Flash Storage) devices 2019-08-03 17:05:01 -07:00
meta-gnome network-manager-applet: Remove the obsolete DEPENDS on gconf 2019-08-08 10:01:45 -07:00
meta-initramfs klibc: Pass -fno-builtin-bcmp with musl/clang combo 2019-08-08 10:01:45 -07:00
meta-multimedia meta-multimedia: Remove GNOME_COMPRESS_TYPE = "xz" in recipes 2019-07-22 14:16:51 -07:00
meta-networking opensaf: upgrade 5.19.03 -> 5.19.07 2019-08-05 20:22:51 -07:00
meta-oe mozjs: do not expose intl api for mips64 2019-08-08 10:01:45 -07:00
meta-perl libsub-exporter-progressive-perl: Remove unneeded DEPENDS_PN 2019-08-03 12:43:47 -07:00
meta-python python-pbr: upgrade 5.4.1 -> 5.4.2 2019-08-05 17:55:36 -07:00
meta-webserver Netdata upgrade: 1.8.0 -> 1.16.0 2019-08-02 18:04:41 -07:00
meta-xfce xfwm4: fix assertion error 2019-07-26 15:24:45 -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