Go to file
Romain Naour ce14101798
wavemon: add recipe for version 0.9.5
wavemon is an ncurses-based monitoring application for wireless network
devices on Linux.

We have to provide the path to libnl3 headers since the build system is
not able to find them.

In order to workaround a link issue with pthread library, we have to
add -pthread to CFLAGS in order to add the library after the object
file.

  arm-none-linux-gnueabihf/bin/ld: info_scr.o: undefined reference to symbol 'pthread_mutex_trylock@@GLIBC_2.4'
  [...]/wavemon/0.9.5-r0/recipe-sysroot/lib/libpthread.so.0: error adding symbols: DSO missing from command line

  "We should mention the library on the command line after the object files being compiled" [1]

[1] https://stackoverflow.com/questions/19901934/libpthread-so-0-error-adding-symbols-dso-missing-from-command-line

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-21 19:59:52 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems meta-filesystems: drop ${PYTHON_PN} 2024-02-19 23:22:25 -08:00
meta-gnome meta-gnome: drop ${PYTHON_PN} 2024-02-19 23:22:25 -08:00
meta-initramfs kexec-tools-klibc: Fix building on x86_64 with binutils 2.41 2024-02-13 15:08:40 -08:00
meta-multimedia dav1d: Inherit missing pkgconfig 2024-02-21 19:59:51 -08:00
meta-networking wavemon: add recipe for version 0.9.5 2024-02-21 19:59:52 -08:00
meta-oe unixodbc: fix odbc.pc file generation 2024-02-21 19:59:52 -08:00
meta-perl libmime-types-perl: upgrade 2.24 -> 2.26 2024-02-19 23:22:20 -08:00
meta-python python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4 2024-02-21 19:59:52 -08:00
meta-webserver recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-xfce thunar: inherit gtk-doc 2024-01-14 10:54:10 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories