Go to file
Andrey Zhizhikin 4910a848ce flatbuffers: add PIC compiler flag required for aarch64
Add PIC flag to CXXFLAGS in order to solve the issue with linking
against the library for aarch64.

Without PIC enabled, linking against this library fails with
following messages:

relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `[snap]'
which may bind externally can not be used when making a
shared object; recompile with -fPIC

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-27 11:10:01 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse3: upgrade 3.8.0 -> 3.9.0 2019-12-18 15:47:20 -08:00
meta-gnome gvfs: add user polkitd and missing depends 2019-12-19 13:56:59 -08:00
meta-initramfs klibc: Apply -no-integrated-as on mips/clang 2019-12-14 21:10:18 -08:00
meta-multimedia tvheadend: Fix format-truncation warnings 2019-12-26 19:52:55 -08:00
meta-networking memcached: upgrade to 1.5.20 2019-12-25 08:55:26 -08:00
meta-oe flatbuffers: add PIC compiler flag required for aarch64 2019-12-27 11:10:01 -08:00
meta-perl librole-tiny-perl: upgrade 2.000006 -> 2.001004 2019-11-22 09:22:56 -08:00
meta-python python-ipaddress: remove unneeded pip dependency 2019-12-18 15:47:20 -08:00
meta-webserver phpmyadmin: upgrade 4.9.1 -> 4.9.2 2019-12-13 18:29:14 -08:00
meta-xfce xfce-dusk-gtk3: correct invalid SRC_URI 2019-12-16 19:50:12 -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