* [PATCH 0/1] i2c-tools: fix libdir for multilib @ 2018-01-31 9:44 kai.kang 2018-01-31 9:44 ` [PATCH 1/1] " kai.kang 0 siblings, 1 reply; 3+ messages in thread From: kai.kang @ 2018-01-31 9:44 UTC (permalink / raw) To: openembedded-core From: Kai Kang <kai.kang@windriver.com> The following changes since commit e5e89cfb7bc2231ac4fcc16f4cb4f74d806136c4: pulseaudio: improve glibc 2.27 patch (2018-01-30 12:53:16 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/i2c http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/i2c Kai Kang (1): i2c-tools: fix libdir for multilib meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb | 2 ++ 1 file changed, 2 insertions(+) -- 2.14.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] i2c-tools: fix libdir for multilib 2018-01-31 9:44 [PATCH 0/1] i2c-tools: fix libdir for multilib kai.kang @ 2018-01-31 9:44 ` kai.kang 2018-01-31 11:31 ` Burton, Ross 0 siblings, 1 reply; 3+ messages in thread From: kai.kang @ 2018-01-31 9:44 UTC (permalink / raw) To: openembedded-core From: Kai Kang <kai.kang@windriver.com> It set variable libdir with $(prefix)/lib in makefile which is not right when multilib is enabled. Correct it with ${libdir}. Signed-off-by: Kai Kang <kai.kang@windriver.com> --- meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb index e936fd759b..4b2ec712bf 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.0.bb @@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "5b60daf6f011de0acb61de57dba62f2054bb39f19961d67e0c91610f07 inherit autotools-brokensep +EXTRA_OEMAKE = "libdir=${libdir}" + do_compile_prepend() { sed -i 's#/usr/local#/usr#' ${S}/Makefile echo "include eeprog/Module.mk" >> ${S}/Makefile -- 2.14.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] i2c-tools: fix libdir for multilib 2018-01-31 9:44 ` [PATCH 1/1] " kai.kang @ 2018-01-31 11:31 ` Burton, Ross 0 siblings, 0 replies; 3+ messages in thread From: Burton, Ross @ 2018-01-31 11:31 UTC (permalink / raw) To: Kang Kai; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 455 bytes --] On 31 January 2018 at 09:44, <kai.kang@windriver.com> wrote: > inherit autotools-brokensep > > +EXTRA_OEMAKE = "libdir=${libdir}" > + > do_compile_prepend() { > sed -i 's#/usr/local#/usr#' ${S}/Makefile > echo "include eeprog/Module.mk" >> ${S}/Makefile > The context of autotools-brokensep and seding of the Makefile made me suspicious, so I'm rejecting this patch because I've just rewritten the entire recipe... :) Ross [-- Attachment #2: Type: text/html, Size: 850 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-31 11:31 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-01-31 9:44 [PATCH 0/1] i2c-tools: fix libdir for multilib kai.kang 2018-01-31 9:44 ` [PATCH 1/1] " kai.kang 2018-01-31 11:31 ` Burton, Ross
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.