Go to file
Wang Mingyu cf4a2fa949 hdf5: Fix install conflict when enable multilib.
Error: Transaction test error:
  file /usr/bin/h5cc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57
  file /usr/bin/h5hlcc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57

The differences of h5cc are as follows:
@@ -44,7 +44,7 @@
       exit $status
       ;;
     *)
-      /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5`
+      /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5`
       status=$?
       exit $status
       ;;

The differences of h5hlcc are as follows:
@@ -44,7 +44,7 @@
       exit $status
       ;;
     *)
-      /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl`
+      /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl`
       status=$?
       exit $status
       ;;

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fc7666e5bc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-01-05 07:52:16 -05:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems exfatprogs: upgrade 1.2.1 -> 1.2.2 2023-11-01 08:16:30 -04:00
meta-gnome gnome-shell: Remove deprecated libcroco dependency 2023-11-01 08:16:30 -04:00
meta-initramfs klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag. 2023-10-17 08:23:02 -04:00
meta-multimedia pipewire: Update 0.3.81 -> 0.3.83 2023-10-30 07:14:02 -04:00
meta-networking python3-scapy: upgrade to latest revision 2024-01-05 07:52:16 -05:00
meta-oe hdf5: Fix install conflict when enable multilib. 2024-01-05 07:52:16 -05:00
meta-perl meta-perl: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
meta-python python3-piccata: Use https for github 2024-01-05 07:52:16 -05:00
meta-webserver netdata: Upgrade 1.36.1 -> 1.43.0 2023-10-30 07:14:02 -04:00
meta-xfce meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -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 meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Armin Kuster akuster808@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