All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/8] glfw: Update to latest
@ 2019-12-31  1:06 Khem Raj
  2019-12-31  1:06 ` [meta-oe][PATCH v3 2/8] fluentbit: Upgrade to 1.3.5 Khem Raj
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Khem Raj @ 2019-12-31  1:06 UTC (permalink / raw)
  To: openembedded-devel

Disable docs which needs doxygen
FPIC in static archives is needed for arches like aarch64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/glfw/glfw_3.3.bb | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb
index 0ceeba1f19..858e5c0592 100644
--- a/meta-oe/recipes-core/glfw/glfw_3.3.bb
+++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb
@@ -10,11 +10,15 @@ SECTION = "lib"
 
 inherit pkgconfig cmake features_check
 
-S = "${WORKDIR}/git"
+PV .= "git${SRCPV}"
+SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880"
 SRC_URI = "git://github.com/glfw/glfw.git"
-SRCREV = "d25248343e248337284dfbe5ecd1eddbd37ae66d"
 
-EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF"
+
+CFLAGS += "-fPIC"
 
 DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor"
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
-- 
2.24.1



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

end of thread, other threads:[~2019-12-31 19:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-31  1:06 [meta-oe][PATCH 1/8] glfw: Update to latest Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH v3 2/8] fluentbit: Upgrade to 1.3.5 Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH 3/8] renderdoc: Upgrade to 1.5 Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH 4/8] spirv-tools: Upgrade to v2019.5 Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH 5/8] sanlock: Upgrade to 3.8.0+ Khem Raj
2019-12-31  7:38   ` Adrian Bunk
2019-12-31  7:53     ` Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH 7/8] upm: Disable -Wno-misleading-indentation with clang10+ Khem Raj
2019-12-31  7:40   ` Adrian Bunk
2019-12-31  7:52     ` Khem Raj
2019-12-31  1:06 ` [meta-oe][PATCH 8/8] libyui: Disable Warnings as errors Khem Raj
2019-12-31  9:24 ` [meta-oe][PATCH 1/8] glfw: Update to latest Adrian Bunk
2019-12-31 19:02   ` Khem Raj

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.