Peter Kjellerstedt b51af6b5b7 gitpkgv.bbclass: Add support for extending the supported tag formats 4 роки тому
..
classes b51af6b5b7 gitpkgv.bbclass: Add support for extending the supported tag formats 4 роки тому
conf a53cea2365 layer.conf: Add ttf-roboto->fontconfig to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 4 роки тому
lib a6b54785e4 meta-oe: add selftest for sources.oe.org 5 роки тому
licenses d32cc7445c ttf-gentium: Use OFL-1.0 version of OFL license 4 роки тому
recipes-benchmark 77e647912e fio: upgrade 3.16 -> 3.17 4 роки тому
recipes-bsp bdba4d00d6 rwmem: Upgrade to latest 4 роки тому
recipes-connectivity c18278bc04 zabbix: modify service file 4 роки тому
recipes-core 5e4c5ab085 libnih: Remove 4 роки тому
recipes-crypto 81f14485fc botan: upgrade 2.11.0 -> 2.13.0 4 роки тому
recipes-dbs 0e18982b1a mariadb: fix library LZ4 lookup 4 роки тому
recipes-devtools 296f0a46ca cloc: new package 4 роки тому
recipes-extended 12b6f0c7d8 mozjs: extend --with-intl-api=build to ppc 4 роки тому
recipes-gnome 4c00e5fed9 recipes: rename distro_features_check to features_check 4 роки тому
recipes-graphics 1cc86099a8 fontforge: rework for python3 4 роки тому
recipes-kernel 7d9f681b60 ipmiutil: upgrade 3.0.5 -> 3.1.5 4 роки тому
recipes-multimedia d9c8b61e13 mpv: Disable lua support on powerpc 4 роки тому
recipes-navigation b77f9c0450 libspatialite: Workaround proj_api.h deprecation in proj 6.0.0 4 роки тому
recipes-printing 413cb43ea9 cups-filters: upgrade 1.26.0 -> 1.26.2 4 роки тому
recipes-security 761ab1f701 keyutils: upgrade 1.6 -> 1.6.1 4 роки тому
recipes-shells 2c83141421 mksh: upgrade 56 -> 57 4 роки тому
recipes-support 8bb1fabfc5 opensc: Upgrade to 0.20.0 4 роки тому
recipes-test d719775b4c cppunit: upgrade 1.14.0 -> 1.15.1 4 роки тому
COPYING.MIT c58cc7d379 move layer into meta-oe in preparation for future splits 13 роки тому
README da6db0b815 README: Document need for 32bit compiler 4 роки тому

README

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 ' 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