meta-openembedded/meta-oe
Jonathan Liu d8eecca636 x11vnc: fix xfc NULL pointer dereference
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-09 10:41:48 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf debsums: Depend on po4a-native 2020-03-29 17:32:21 -07:00
dynamic-layers gperftools: Do not build on riscv 2020-04-25 08:32:41 -07:00
lib/oeqa/selftest/cases
licenses wxwidgets: initial add 3.1.3 2020-04-01 15:11:15 -07:00
recipes-benchmark iperf3: Add OpenSSL build option to PACKAGECONFIG 2020-05-05 16:23:36 -07:00
recipes-bsp con2fbmap: Add recipe 2020-05-06 16:12:39 -07:00
recipes-connectivity paho-mqtt-c: Update to the real 1.3.2, and correct the license 2020-05-03 14:29:17 -07:00
recipes-core gperftools: Do not build on riscv 2020-04-25 08:32:41 -07:00
recipes-crypto botan: upgrade 2.13.0 -> 2.14.0 2020-04-08 18:15:54 -07:00
recipes-dbs rocksdb: Link with pthreads on riscv 2020-04-21 22:52:58 -07:00
recipes-devtools php: update fix for opcache link issue in 7.4.4 2020-05-08 19:56:06 -07:00
recipes-extended rsyslog: Enable atomic builtins on rv32 2020-04-29 22:32:17 -07:00
recipes-gnome gmime: upgrade 3.2.5 -> 3.2.6 2020-02-27 17:24:19 -08:00
recipes-graphics x11vnc: fix xfc NULL pointer dereference 2020-05-09 10:41:48 -07:00
recipes-kernel oprofile: Disable build on riscv 2020-04-25 08:32:41 -07:00
recipes-multimedia mpv: Remove X11 dependency 2020-04-28 17:29:51 -07:00
recipes-navigation proj: Update to 7.0.0 release 2020-04-07 17:53:14 -07:00
recipes-printing cups-filters: upgrade 1.26.2 -> 1.27.2 2020-02-29 22:27:12 -08:00
recipes-security nmap: make ndiff support python3 2020-02-15 08:05:08 -08:00
recipes-shells mksh: upgrade 57 -> 58 2020-04-14 21:26:57 -07:00
recipes-support nss: Remove mcpu to avoid march conflicts 2020-05-08 19:56:06 -07:00
recipes-test Upgrade testfloat to 3e version. 2020-05-07 23:01:29 -07:00
COPYING.MIT
README README: Document need for 32bit compiler 2019-10-07 09:11:24 -07:00

meta-oe
=======

This layer depends on:

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

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

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>