* nana 2.5 release is from 2005 and since then the development was moved from savannah to github, see: https://savannah.gnu.org/projects/nana https://savannah.gnu.org/news/?id=8130 * the latest commit on https://github.com/pjmaker/nana was also 10 years ago now, so don't expect nana-3.0 release any time soon, but the commits after the 2.5 help with some autotools issues, so it's worth taking them * 0001-Include-stdlib.h-for-exit-and-abort-prototypes.patch was resolved in: https://github.com/pjmaker/nana/commit/bed0de4e64250ad6aea810f8e5521e23b26e655b#diff-44df4b12f1a47b20b5e0e107fad4f7692a17a2861337fb6e984db755feb912b6 * sent as RFC, because I've only build tested this, but only nana-src has fewer files (possibly due to B != S) and nana.1 man page is still installed as before (hopefully without random build failures now) buildhistory-diff -p buildhistory 1b5542b7fe608fc952c94bea65103883be1b9f32 master packages/core2-64-oe-linux/nana/nana-dbg: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dbg: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-dev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-doc: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-doc: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-locale: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-locale: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: FILELIST: removed all items "/usr/src/debug/nana/2.5/src/L_buffer.h /usr/src/debug/nana/2.5/src/nana_error.h /usr/src/debug/nana/2.5/src/calls.h /usr/src/debug/nana/2.5/src/L_times.h" packages/core2-64-oe-linux/nana/nana-src: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-src: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: PKGSIZE changed from 9569 to 0 (-100%) packages/core2-64-oe-linux/nana/nana-staticdev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-staticdev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana: PKGR changed from r0.0 to r0.11 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 ' 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