[oe-commits] [meta-openembedded] 27/33: python-grpcio: only modify the compiler arguments on the target build

git at git.openembedded.org git at git.openembedded.org
Thu Nov 30 16:15:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit b8cdd7cacc17089f49eedd2827be86c18e1695a7
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Nov 27 10:56:58 2017 -0500

    python-grpcio: only modify the compiler arguments on the target build
    
    The modification of the compiler flags causes issues with the native builds of the package:
    
    src/core/lib/surface/lame_client.cc: In function ‘grpc_channel* grpc_lame_client_channel_create(const char*, grpc_status_code, const char*)’:
    src/core/lib/surface/lame_client.cc:178:3: warning: ‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat]
        auto chand = reinterpret_cast<grpc_core::ChannelData *>(elem->channel_data);
        ^
    src/core/lib/surface/lame_client.cc:178:8: error: ‘chand’ does not name a type
        auto chand = reinterpret_cast<grpc_core::ChannelData *>(elem->channel_data);
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb b/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb
index 3ca7d53..a7df0a2 100644
--- a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb
+++ b/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 
 DEPENDS = "python-protobuf"
 
-SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
-           "
+SRC_URI_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch "
+
 RDEPENDS_${PN} = "python-enum34 \
                   python-futures \
                   python-protobuf \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list