Go to file
Hongxu Jia e355e9af79
dialog: fix /usr/bin/dialog not found for multilib
While multilib was enabled, /usr/bin/dialog was not found,
but /usr/bin/lib32-dialog existed

root@intel-x86-64:~# which dialog
which: no dialog in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin)

root@intel-x86-64:~# which lib32-dialog
/usr/bin/lib32-dialog

Due to commit [2f7b184cda dialogp: By default, dialog_1.3-20250116
renames /usr/bin/dialog to /usr/bin/${HOST_SYS}-dialog.] applied,
it created a symlink for dialog, use BPN to instead of PN to fix
the issue

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-12 06:34:19 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: upgrade to 2025.04.27 2025-05-11 14:18:12 -07:00
meta-gnome nautilus: upgrade 48.1 -> 48.2 2025-06-09 21:24:11 -07:00
meta-initramfs dracut: set DRACUT_FULL_VERSION to PV 2025-05-29 21:07:32 -07:00
meta-multimedia libheif: update 1.19.5 -> 1.19.8 2025-06-07 17:59:12 -07:00
meta-networking wireguard-tools: upgrade 1.0.20210914 -> 1.0.20250521 2025-06-09 21:24:17 -07:00
meta-oe dialog: fix /usr/bin/dialog not found for multilib 2025-06-12 06:34:19 -07:00
meta-perl libmozilla-ca-perl: upgrade 20250202 -> 20250602 2025-06-09 21:24:10 -07:00
meta-python python3-prompt-toolkit: Upgrade 3.0.50 -> 3.0.51 2025-06-11 16:11:55 -07:00
meta-webserver netdata: Enable network during do_compile only when go support is enabled 2025-05-14 08:37:28 -07:00
meta-xfce xfce4-screenshooter: upgrade 1.10.4 -> 1.10.6 2025-06-11 16:11:56 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
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