meta-openembedded/meta-oe
Pierre-Jean Texier b069fb8442 nlohmann-fifo: use UPSTREAM_CHECK_COMMITS
Fixes:

$: devtool check-upgrade-status nlohmann-fifo
<...>

INFO: nlohmann-fifo             1.0.0           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12 22:57:22 -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 mongodb: Enable again building on 32bit arches from COMPATIBLE_HOST 2020-04-09 07:45:55 -07:00
lib/oeqa/selftest/cases
licenses wxwidgets: initial add 3.1.3 2020-04-01 15:11:15 -07:00
recipes-benchmark fio: disable compiler optimizations for x86 arch 2020-03-13 10:57:21 -07:00
recipes-bsp nvme-cli: upgrade 1.9 -> 1.10.1 2020-03-20 07:44:29 -07:00
recipes-connectivity iwd: upgrade 1.5 -> 1.6 2020-03-30 22:02:13 -07:00
recipes-core libsigc++-3: upgrade 3.0.2 -> 3.0.3 2020-04-06 08:29:49 -07:00
recipes-crypto botan: upgrade 2.13.0 -> 2.14.0 2020-04-08 18:15:54 -07:00
recipes-dbs mariadb: Upgrade to 10.4.12 2020-04-09 21:05:59 -07:00
recipes-devtools nlohmann-fifo: use UPSTREAM_CHECK_COMMITS 2020-04-12 22:57:22 -07:00
recipes-extended tmux: fix upstream check URL 2020-04-11 08:00:20 -07:00
recipes-gnome gmime: upgrade 3.2.5 -> 3.2.6 2020-02-27 17:24:19 -08:00
recipes-graphics pangomm; upgrade 2.42.0 -> 2.42.1 2020-04-06 08:29:49 -07:00
recipes-kernel kernel-selftest: only emit warning on clang if bpf is built 2020-03-31 23:56:41 -07:00
recipes-multimedia libdvdread: upgrade 6.0.2 -> 6.1.0 2020-03-31 18:57:40 -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 tcsh: Update SRC_URI 2020-03-05 07:09:22 -08:00
recipes-support remmina: Check for x11 in distro features 2020-04-12 22:57:22 -07:00
recipes-test cunit: fix upstream check URL 2020-04-05 10:38:14 -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>