mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gnome-settings-daemon: Do not generate meson.native
OE-core now uses native-file instead of environment variables so its not needed Fixes ERROR: Multiple producers for Ninja target "TOPDIR/build/tmpfs/work/armv7vet2hf-neon-yoe-linux-gnueabi/gnome-settings-daemon/3.36.1-r0/meson.native". Please rename your targets. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -29,15 +29,6 @@ SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec6
|
||||
|
||||
UNKNOWN_CONFIGURE_WHITELIST = "introspection"
|
||||
|
||||
# allow cross build mixed with build of native tools
|
||||
do_write_config_append() {
|
||||
cat >${WORKDIR}/meson.native <<EOF
|
||||
[binaries]
|
||||
pkgconfig = 'pkg-config-native'
|
||||
EOF
|
||||
}
|
||||
EXTRA_OEMESON = "--native-file ${WORKDIR}/meson.native"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
cups nm \
|
||||
alsa gudev \
|
||||
|
||||
Reference in New Issue
Block a user