meta-openembedded/meta-oe
Sean Nyekjaer 04afc692a3 gpsd: mark CLEANBROKEN
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-18 11:11:45 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf mplayer-common: Drop obsolete recipe 2020-05-14 12:51:26 -07:00
dynamic-layers rasdaemon: create recipe for version 0.6.5 2020-05-14 10:43:48 -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 transmission: Add version 2.94 2020-05-15 08:31:09 -07:00
recipes-core mplayer-common: Drop obsolete recipe 2020-05-14 12:51:26 -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 uftrace: add PV to update the package version 2020-05-17 16:23:33 -07:00
recipes-extended pmdk: Update to 1.8 2020-05-12 12:33:42 -07:00
recipes-gnome gnome-themes-extra: correct the recipe name 2020-05-13 10:41:51 -07:00
recipes-graphics gtkwave: Disable mime update during install 2020-05-13 23:39:05 -07:00
recipes-kernel oprofile: Disable build on riscv 2020-04-25 08:32:41 -07:00
recipes-multimedia mplayer-common: Drop obsolete recipe 2020-05-14 12:51:26 -07:00
recipes-navigation gpsd: mark CLEANBROKEN 2020-05-18 11:11:45 -07:00
recipes-printing qpdf: link libatomic explicitly on mips 2020-05-11 11:34:52 -07: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 uim: Add patch to fix -fno-common link error 2020-05-16 14:52:48 -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>