All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 1/2] support/misc/toolchainfile.cmake.in: don't set PKG_CONFIG_SYSROOT_DIR
@ 2022-07-27  7:15 James Hilliard
  2022-07-27  7:15 ` [Buildroot] [PATCH v5 2/2] package/pkg-meson: use meson to build/install packages James Hilliard
  2022-08-07 13:54 ` [Buildroot] [PATCH v5 1/2] support/misc/toolchainfile.cmake.in: don't set PKG_CONFIG_SYSROOT_DIR Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 11+ messages in thread
From: James Hilliard @ 2022-07-27  7:15 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Samuel Martin, Sen Hastings, James Hilliard,
	Norbert Lange, Yann E . MORIN, Thomas De Schampheleire

This doesn't appear to be required and seems to break for packages
using meson's pkgconfig.relocatable format.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 support/misc/toolchainfile.cmake.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/misc/toolchainfile.cmake.in b/support/misc/toolchainfile.cmake.in
index 5d2b8695b4..24d2b401f0 100644
--- a/support/misc/toolchainfile.cmake.in
+++ b/support/misc/toolchainfile.cmake.in
@@ -91,7 +91,6 @@ endif()
 if(NOT DEFINED CMAKE_FIND_ROOT_PATH_MODE_INCLUDE)
   set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
 endif()
-set(ENV{PKG_CONFIG_SYSROOT_DIR} "${RELOCATED_HOST_DIR}/@@STAGING_SUBDIR@@")
 
 # This toolchain file can be used both inside and outside Buildroot.
 if(NOT DEFINED CMAKE_C_COMPILER)
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-12  5:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  7:15 [Buildroot] [PATCH v5 1/2] support/misc/toolchainfile.cmake.in: don't set PKG_CONFIG_SYSROOT_DIR James Hilliard
2022-07-27  7:15 ` [Buildroot] [PATCH v5 2/2] package/pkg-meson: use meson to build/install packages James Hilliard
2022-07-27  9:00   ` Arnout Vandecappelle
2022-07-27 18:33     ` James Hilliard
2022-07-27 19:18       ` Yann E. MORIN
2022-07-28  1:48         ` James Hilliard
2022-07-27 11:25   ` Yann E. MORIN
2022-07-27 22:13     ` James Hilliard
2022-08-07 13:54 ` [Buildroot] [PATCH v5 1/2] support/misc/toolchainfile.cmake.in: don't set PKG_CONFIG_SYSROOT_DIR Thomas Petazzoni via buildroot
2022-08-08  7:15   ` James Hilliard
2022-08-12  5:08     ` James Hilliard

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.