All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][RFC PATCH] libimxvpuapi: use libdir from cross environment
@ 2016-06-23 22:52 Max Krummenacher
  2016-06-24 14:49 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Max Krummenacher @ 2016-06-23 22:52 UTC (permalink / raw)
  To: meta-freescale; +Cc: Max Krummenacher

Pass $libdir to 'waf configure' to prevent using the build hosts libdir.

Fixes:
WARNING: libimxvpuapi-0.10.2-r0 do_package: QA Issue: libimxvpuapi: Files/directories were installed but not shipped in any package:
  /usr/lib64/libimxvpuapi.so
  /usr/lib64/libimxvpuapi.so.0
  /usr/lib64/libimxvpuapi.so.0.10.2
  /usr/lib64/pkgconfig
  /usr/lib64/pkgconfig/libimxvpuapi.pc

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb | 2 ++
 1 file changed, 2 insertions(+)

Hi

I'm seeing the above warning when building libimxvpuapi (both in master and
jethro) on an x86-64 build host. Looks like the recipe is picking up the lib
installation path from the build host and not from the build targets setting.

Is someone else seeing this? While the patch fixes it I'm a bit concerned
I'm doing something wrong because no one else reported this.

Regards
Max

diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb
index bd30b12..26d46d5 100644
--- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb
+++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.2.bb
@@ -14,3 +14,5 @@ S = "${WORKDIR}/git"
 inherit waf pkgconfig
 
 COMPATIBLE_MACHINE = "(mx6q|mx6dl)"
+
+EXTRA_OECONF = "--libdir=${libdir}"
-- 
2.6.6



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-25 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 22:52 [meta-fsl-arm][RFC PATCH] libimxvpuapi: use libdir from cross environment Max Krummenacher
2016-06-24 14:49 ` Otavio Salvador
2016-06-24 15:20   ` Max Krummenacher
2016-06-25 12:43   ` Max Krummenacher

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.