[meta-virtualization] [PATCH] protobuf protobuf-c: Remove COMPATIBLE_HOST

zhe.he at windriver.com zhe.he at windriver.com
Mon Jun 26 02:08:26 PDT 2017


From: He Zhe <zhe.he at windriver.com>

protobuf and protobuf-c can actually work with all arches but they were
limited and merged upstream by 5e5e09a18199108de29bfee101c7b311ef094d94

This patch removes the COMPATIBLE_HOST to re-enable them to work with
other architectures.

Signed-off-by: He Zhe <zhe.he at windriver.com>
---
 recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 2 --
 recipes-devtools/protobuf/protobuf_3.1.0.bb   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/recipes-devtools/protobuf/protobuf-c_1.2.1.bb b/recipes-devtools/protobuf/protobuf-c_1.2.1.bb
index ff2499e..daba0ed 100644
--- a/recipes-devtools/protobuf/protobuf-c_1.2.1.bb
+++ b/recipes-devtools/protobuf/protobuf-c_1.2.1.bb
@@ -6,8 +6,6 @@ LICENSE = "Apache-2.0"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=235c3195a3968524dc1524b4ebea0c0e"
 
-COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
-
 DEPENDS = "protobuf protobuf-c-native"
 
 SRC_URI[md5sum] = "e544249c329391fff512c3874895cfbe"
diff --git a/recipes-devtools/protobuf/protobuf_3.1.0.bb b/recipes-devtools/protobuf/protobuf_3.1.0.bb
index 78b0d60..7d6698d 100644
--- a/recipes-devtools/protobuf/protobuf_3.1.0.bb
+++ b/recipes-devtools/protobuf/protobuf_3.1.0.bb
@@ -19,8 +19,6 @@ SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfile
 	        file://run-ptest \
             "
 
-COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
-
 EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
 inherit autotools setuptools ptest
 
-- 
2.8.1



More information about the meta-virtualization mailing list