diff options
| author | Christian Eggers <ceggers@arri.de> | 2024-11-04 16:15:13 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 09:42:50 -0800 |
| commit | 7e0b56f3c63e844f6a5133a5cefcad1f09f2ba85 (patch) | |
| tree | 98375f86ebed6607a69812425f4c45a0a69b7369 | |
| parent | dbf103d4cd5e2cb44a1d585d5335e1e21e8d92bc (diff) | |
| download | meta-openembedded-7e0b56f3c63e844f6a5133a5cefcad1f09f2ba85.tar.gz | |
glibmm: use ${bindir_native}
With the current ${bindir} the build fails if BBCLASSEXTEND'ing to
nativesdk and enabling maintainer-mode.
Fixes: 3d0279c18738 ("glibmm: fix reproducibility issues")
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb index 4651938499..7c7a3fafb7 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb | |||
| @@ -24,7 +24,7 @@ EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross -Dmaintainer-mode=fa | |||
| 24 | do_write_config:append() { | 24 | do_write_config:append() { |
| 25 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | 25 | cat >${WORKDIR}/meson-${PN}.cross <<EOF |
| 26 | [binaries] | 26 | [binaries] |
| 27 | m4 = '${bindir}/m4' | 27 | m4 = '${bindir_native}/m4' |
| 28 | perl = '${bindir}/perl' | 28 | perl = '${bindir_native}/perl' |
| 29 | EOF | 29 | EOF |
| 30 | } | 30 | } |
