From b44a92c0f3de17639fda9de10ac0b30f19e41862 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 27 Jun 2017 13:19:54 -0400 Subject: devtools: remove protobuf* The protobuf recipes are in meta-oe, and were only here to support higher order virtualization tasks. Dropping the recipes and we'll use the ones directly from meta-oe, since the versions and compatibility should be fine. Signed-off-by: Bruce Ashfield --- recipes-devtools/protobuf/files/disable_tests.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 recipes-devtools/protobuf/files/disable_tests.patch (limited to 'recipes-devtools/protobuf/files/disable_tests.patch') diff --git a/recipes-devtools/protobuf/files/disable_tests.patch b/recipes-devtools/protobuf/files/disable_tests.patch deleted file mode 100644 index f5e71ca6..00000000 --- a/recipes-devtools/protobuf/files/disable_tests.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur protobuf-c-0.15.old/src/Makefile.am protobuf-c-0.15/src/Makefile.am ---- protobuf-c-0.15.old/src/Makefile.am 2012-11-28 14:59:57.845251943 +0100 -+++ protobuf-c-0.15/src/Makefile.am 2012-11-28 15:00:23.549252632 +0100 -@@ -1,5 +1,5 @@ - if BUILD_PROTOC_C --SUBDIRS = . test -+ - bin_PROGRAMS = protoc-c - protoc_c_SOURCES = \ - google/protobuf/compiler/c/c_service.cc \ -@@ -23,7 +23,7 @@ - lib_LTLIBRARIES = libprotobuf-c.la - protobufcincludedir = $(includedir)/google/protobuf-c - --EXTRA_DIST = CMakeLists.txt test/CMakeLists.txt -+EXTRA_DIST = CMakeLists.txt - - libprotobuf_c_la_SOURCES = \ - google/protobuf-c/protobuf-c-dispatch.c \ -- cgit v1.2.3-54-g00ecf