From 9df4de3be906b6fa27708c3a009b40af31d25fda Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 15 May 2023 19:40:03 +0200 Subject: [PATCH] src/meta-openembedded:etcd: don't hardcode /usr/lib in do_install * I don't know anything about etcd including why we need these binaries duplicated in libdir and bindir, but use ${libdir} instead of hardcoded /usr/lib to fix do_install with multilib enabled when libdir is /usr/lib64 and it was failing with: DEBUG: Executing shell function do_install ls: cannot access 'etcd/3.5.7-r0/build/bin/linux_arm64/': No such file or directory install: cannot stat 'etcd/3.5.7-r0/image/usr/lib/go/src/go.etcd.io/etcd/v3/bin/etcd': No such file or directory WARNING: exit code 1 from a shell command. * the error from ls is unrelated, fixed in: https://lists.openembedded.org/g/openembedded-core/message/181269 * also reported on github: https://github.com/openembedded/meta-openembedded/pull/616 Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index 44fbe5a318a..f55fecc25b6 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit 44fbe5a318a35c0444a220957c9790a897b5f3d7 +Subproject commit f55fecc25b6baf671bad3cbde2a7f808e2c8faea