From 32654a436bd7904c10204251299a50cac55df0fb Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 11 Jun 2020 15:44:54 -0500 Subject: meson: backport library ordering fix meson had a bug where they started looking for static boost libraries first vs. the default behavior of looking at shared libraries first. This caused issues because some projects assume the shared libraries first which automatically add in other shared library dependencies. Static libraries do not have the default behavior so projects that use boost start failing to compile with undefined references to other boost libraries. The patch was initially put into the meta-phosphor layer as a bbappend but it really should be a backport from oe-core upstream. This commit backports the upstream fix and removes the meta-phosphor patch. Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler Change-Id: Id50eb02fa8ad519903498ace2ef825d55fa1b033 --- meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend (limited to 'meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend') diff --git a/meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend b/meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend deleted file mode 100644 index 4880c90a83..0000000000 --- a/meta-phosphor/recipes-devtools/meson/meson_0.54.2.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://0001-boost-Always-sort-shared-before-static-fixes-7171.patch" -- cgit v1.2.3