diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-24 10:47:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
| commit | 33d4c0aa8f961500b5069f386e08525132f203c0 (patch) | |
| tree | 47e95ee40538360cad2a54b7f57c1b81680a24b7 /meta-oe/recipes-connectivity/krb5 | |
| parent | c05d75dfb24ea131552e3a0ddd368302d9be58ee (diff) | |
| download | meta-openembedded-33d4c0aa8f961500b5069f386e08525132f203c0.tar.gz | |
krb5: Fix install conflict when enable multilib.
Error: Transaction test error:
file /usr/bin/krb5-config conflicts between attempted installs of lib32-krb5-user-1.17.2-r0.armv7ahf_neon and krb5-user-1.17.2-r0.aarch64
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/krb5')
| -rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb index 2221000e3b..6fc630d99a 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb | |||
| @@ -196,3 +196,6 @@ pkg_postinst:${PN}-kdc () { | |||
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | BBCLASSEXTEND = "native nativesdk" | 198 | BBCLASSEXTEND = "native nativesdk" |
| 199 | |||
| 200 | inherit multilib_script | ||
| 201 | MULTILIB_SCRIPTS = "${PN}-user:${bindir}/krb5-config" | ||
