Go to file
Martin Jansa 17a1bb00de
libwebsockets: remove STAGING_LIBDIR with /
* after buildpath warnings fix from:
  https://git.openembedded.org/meta-openembedded/commit/?id=eeef1fddd9052bed4b1a91565260518eb042fed2
  the LibwebsocketsTargets.cmake ends with:
  INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/libcap.so;-lpthread"
  instead of:
  INTERFACE_LINK_LIBRARIES "ssl;crypto;ssl;crypto;/OE/build/.../libwebsockets/4.3.3/lib32-recipe-sysroot/usr/lib/libcap.so;-lpthread"
  which causes e.g. mosquitto to fail in do_compile with:
  ninja: error: '/libcap.so', needed by 'src/mosquitto', missing and no known rule to make it

* this happens only when libwebsocket is built with libcap enabled
  (by libcap in DEPENDS)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-24 14:31:08 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
meta-gnome recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
meta-initramfs recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
meta-multimedia oscam: Upgrade to 1.20 2024-05-23 16:17:12 -07:00
meta-networking fetchmail: Fix buildpaths warning. 2024-05-23 16:17:11 -07:00
meta-oe libwebsockets: remove STAGING_LIBDIR with / 2024-05-24 14:31:08 -07:00
meta-perl recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
meta-python python3-requests-mock: new recipe 2024-05-24 14:31:08 -07:00
meta-webserver apache2: fix multilib file conflicts 2024-05-23 16:17:11 -07:00
meta-xfce menulibre: Upgrade to 2.4.0 2024-05-23 08:44:42 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
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