meta-openembedded/meta-oe
Khem Raj 0d053082ab bpftool.bb: Disable SECURITY_CFLAGS
We do not pass CFLAGS to build and fortify sources needs some
optimization to be enabled, its better to reset the additional flags and
let the build system add them as it needs

Fixes build failures like
tools/include/tools/libc_compat.h:11:21: error: static declaration of 'reallocarray' follows non-static declaration
|    11 | static inline void *reallocarray(void *ptr, size_t nmemb, size_t size)
|       |                     ^~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d46e1e767f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-05 07:46:00 -07:00
..
classes meta-oe: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
conf SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite 2019-07-13 12:41:30 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses ttf-mplus, ttf-vlgothic: add ttf-mplus license 2019-06-16 08:15:44 -07:00
recipes-benchmark s-suite: push SRCREV to version 3.2 2019-04-16 21:07:25 -07:00
recipes-bsp efivar: prevent native efivar depending on target kernel 2019-05-23 07:03:43 -07:00
recipes-connectivity zeromq: Upgrade 4.3.1 -> 4.3.2 2019-09-02 19:39:52 -07:00
recipes-core ndctl: Remove the unnecessary dependency on virtual/kernel 2019-07-13 12:40:31 -07:00
recipes-crypto libsodium: update to 1.0.17 2019-03-15 13:57:47 -07:00
recipes-dbs postgresql: 11.4 -> 11.5 2019-09-04 14:33:31 -07:00
recipes-devtools libdbi-perl: prevent native libdbi-perl depending on target perl 2019-05-23 07:03:43 -07:00
recipes-extended redis: Fix build with clang/x86 2019-10-05 07:45:32 -07:00
recipes-gnome libpeas: rework gobject-introspection handling 2019-04-06 08:22:22 -07:00
recipes-graphics leptonica: fix SRC_URI 2019-06-16 08:15:44 -07:00
recipes-kernel bpftool.bb: Disable SECURITY_CFLAGS 2019-10-05 07:46:00 -07:00
recipes-multimedia libmikmod: fix SRC_URI 2019-06-16 08:15:44 -07:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: Fix build on RISC-V 2019-03-07 09:33:45 -08:00
recipes-shells dash: upgrade 0.5.9.1 -> 0.5.10.2 2019-03-01 18:51:29 -08:00
recipes-support lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules 2019-09-06 19:54:31 -07:00
recipes-test cppunit: fix patch fuzz warning 2019-03-28 11:55:34 -07:00
COPYING.MIT
README README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: warrior 
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][warrior]' 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[warrior][PATCH'

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

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' 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.

Warrior maintainer: Armin Kuster <akuster808@gmail.com>