Files
poky/meta/recipes-devtools
Wang Mingyu d5a0300902 vala: Fix install conflict when enable multilib.
Error: Transaction test error:
   file /usr/bin/vala-gen-introspect-0.56 conflicts between attempted installs of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64
   file /usr/bin/vapigen-wrapper conflicts between attempted installs
   of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64

The differences of vala-gen-introspect-0.56 are as follows:
@@ -2,7 +2,7 @@

 prefix=/usr
 exec_prefix=/usr
-libdir=/usr/lib64
+libdir=/usr/lib
 pkglibdir=${libdir}/vala-0.56

 if [ $# -ne 2 ]

The wrapper isn't used on target so we can simply delete it.

(From OE-Core rev: 21e8a662e6232e7fdd642b1d86d4f8f980be1a09)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3cf894b8a9c4fa14fcc7c7445e85e9ae3192b398)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-14 17:47:40 +00:00
..
2023-02-15 21:47:00 +00:00
2022-08-31 10:40:07 +01:00
2023-01-06 17:33:19 +00:00
2021-11-25 21:55:10 +00:00
2022-07-01 11:31:42 +01:00
2022-09-26 22:04:35 +01:00
2022-07-12 23:56:10 +01:00
2022-09-17 07:47:07 +01:00
2022-05-13 17:56:29 +01:00
2023-02-24 16:41:51 +00:00
2021-11-03 10:12:42 +00:00
2022-08-16 14:57:58 +01:00
2022-09-17 07:47:08 +01:00
2022-09-17 07:47:08 +01:00
2022-03-23 12:13:49 +00:00
2022-03-11 06:56:01 +00:00
2022-07-23 13:55:26 +01:00
2022-12-01 19:35:10 +00:00
2022-11-04 23:31:48 +00:00
2021-08-02 15:44:10 +01:00
2022-09-17 07:47:07 +01:00
2021-08-02 15:44:10 +01:00
2023-02-24 16:41:51 +00:00
2023-03-14 17:47:40 +00:00
2022-09-17 07:47:08 +01:00
2023-03-14 17:47:40 +00:00
2023-01-06 17:33:19 +00:00
2022-08-21 22:51:42 +01:00
2022-04-26 18:25:08 +01:00
2021-12-08 20:22:10 +00:00
2022-11-24 15:30:06 +00:00
2022-09-08 14:59:39 +01:00