Files
meta-openembedded/meta-oe
Andreas Müller 4d4f8078e9 geany-plugins: upgrade 1.37 -> 1.3.8
Geany Plugins 1.38 (2021-10-09)
    GeanyCTags
    * Fix (re-)generating ctags file with relative paths (PR #708)
    GeanyVC:
    * Report a completion status of the commit command  (Issue #837, PR #1026)
    * Correct tooltip display for the attach to menubar action
      (Issue #1032 PR #1033)
    PrettyPrinter:
    * Use stdbool.h istead of redefining bool
      (Issue #1059, Issue #1023, PR #1053)
    Spellcheck:
    * Add documentation about maintaining personal dictionaries (PR #1108)
    Treebrowser:
    * Avoid double node clear (PR #1015)
    Vimmode:
    * Ignore key-presses containing command on macOS (Issue #991, PR #1099)
    * Ignore special command handling in insert mode (Issue #1075, PR #1100)
    * Enable '.' to also repeat last inserted text (Issue #1101, PR #1102)
    * Fix line operation problems when NL is missing at EOF
      (Issue #1060, PR #1103)
    * Add special handling to include destination char for some commands
      (Issue #1052, PR #1104)
    * Add some more ex commands (PR #1104)
    Windows
    * Switch Windows builds to GTK3 and x86_64 (PR #1107).
    * Fix crashes in Git Changebar, Lua, Macro and Numbered Bookmarks plugins
      (PR #1106)
    * Remove Markdown and WebHelper plugins from Windows installer due to
      missing dependencies (WebkitGTK) (PR #1107)
    Internationalization:
    * Updated translations: da, de, es, pt, tr, uk

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05 08:17:18 -08:00
..
2021-08-03 10:21:25 -07:00
2021-12-14 08:13:53 -08:00
2021-12-10 09:11:56 -08:00
2021-12-28 18:57:57 -08:00
2021-12-14 08:13:53 -08:00

meta-oe
=======

This layer depends on:

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

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

Ubuntu
sudo apt-get install gcc-multilib linux-libc-dev:i386

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/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, 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>