meta-openembedded/meta-oe
Khem Raj 2b49254d61 redis: Fix build with clang/x86
Need to link with libatomics for 64bit atomics support
Fixes
i686-yoe-linux/i686-yoe-linux-ld: networking.o: in function `createClient':
| /usr/src/debug/redis/4.0.14-r0/redis-4.0.14/src/networking.c:103: undefined reference to `__atomic_fetch_add_8'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-10 21:54:22 -07:00
..
classes gitver: Pass git directory argument to gitrev_run 2019-06-15 17:17:09 -07:00
conf cryptsetup: add libdevmapper to RDEPENDS 2019-08-31 01:24:55 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses safec: Add Safe C license 2019-06-21 06:22:19 -07:00
recipes-benchmark lmbench: update script lmbench-run 2019-09-04 08:56:30 -07:00
recipes-bsp lmsensors: add runtime dependency on bash 2019-08-17 01:42:54 -07:00
recipes-connectivity libwebsockets: Fix the build with -Os 2019-08-29 09:06:54 -07:00
recipes-core vboxguestdrivers,can-isotp,bpftool: Add to Blacklist 2019-09-07 12:35:59 -07:00
recipes-crypto cryptsetup: add libdevmapper to RDEPENDS 2019-08-31 01:24:55 -07:00
recipes-dbs mariadb: fix file conflictions when multilib enabled 2019-09-04 08:56:30 -07:00
recipes-devtools php: Move more into php.inc after php5 removal 2019-09-10 06:54:01 -07:00
recipes-extended redis: Fix build with clang/x86 2019-09-10 21:54:22 -07:00
recipes-gnome gnome-themes-standard: Update to version 3.28 2019-08-17 22:56:49 -07:00
recipes-graphics graphviz: Do not build tcl support for target 2019-08-08 10:01:45 -07:00
recipes-kernel kernel-selftest: Needs error.h which is missing in musl 2019-09-09 09:59:54 -07:00
recipes-multimedia meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null' 2019-08-30 09:27:56 -07:00
recipes-navigation gpsd: gpscat no longer uses python-curses in 3.19 2019-09-04 07:27:06 -07:00
recipes-security Adapt to the lsb -> lsb-release change in OE-core 2019-08-29 09:06:54 -07:00
recipes-shells tcsh: upgrade 6.20.00 -> 6.21.00 2019-07-10 09:24:32 -07:00
recipes-support poppler: update from 0.79.0 to 0.80.0 2019-09-10 11:08:47 -07:00
recipes-test meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null' 2019-08-30 09:27:56 -07:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

meta-oe
=======

This layer depends on:

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

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

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