From 0653145013f400694bafbfcf329be164c222313d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 15 Nov 2023 08:44:08 +0000 Subject: [PATCH] Revert "protobuf: add workaround for qtgrpc" This reverts commit f00bd7134e1e7b82811f4c10d14ec5d05967f8ae. Fix has been merged to meta-openembedded Fixes: QTBUG-118868 Change-Id: I2d5f03d49e48605dad2bbc0b0c6885fe3f73ef75 Reviewed-by: Mikko Gronoff (cherry picked from commit 44f08284c7e6ef75f1e75980f8d6e99d6788600f) Reviewed-by: Samuli Piippo --- recipes-devtools/protobuf/protobuf_%.bbappend | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 recipes-devtools/protobuf/protobuf_%.bbappend diff --git a/recipes-devtools/protobuf/protobuf_%.bbappend b/recipes-devtools/protobuf/protobuf_%.bbappend deleted file mode 100644 index 3394253..0000000 --- a/recipes-devtools/protobuf/protobuf_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# CMake requires binaries to exist in sysroot, even if they have wrong architecture. -SYSROOT_DIRS += "${bindir}"