commit:     3c952cfe3ad64e62796acd682afed0b3f647b104
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:37:20 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:47:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c952cfe

dev-ros/test_rosmaster: install the empty message.

Bug: https://bugs.gentoo.org/624804
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/test_rosmaster/files/empty.patch               | 12 ++++++++++++
 dev-ros/test_rosmaster/test_rosmaster-1.14.3-r1.ebuild |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-ros/test_rosmaster/files/empty.patch 
b/dev-ros/test_rosmaster/files/empty.patch
new file mode 100644
index 00000000000..8ec371c917c
--- /dev/null
+++ b/dev-ros/test_rosmaster/files/empty.patch
@@ -0,0 +1,12 @@
+Index: test_rosmaster/CMakeLists.txt
+===================================================================
+--- test_rosmaster.orig/CMakeLists.txt
++++ test_rosmaster/CMakeLists.txt
+@@ -10,6 +10,7 @@ if(CATKIN_ENABLE_TESTING)
+     String.msg
+     Arrays.msg
+     CompositeA.msg CompositeB.msg Composite.msg
++    Empty.msg
+     Embed.msg Floats.msg Simple.msg
+     RosmsgA.msg
+     RosmsgB.msg

diff --git a/dev-ros/test_rosmaster/test_rosmaster-1.14.3-r1.ebuild 
b/dev-ros/test_rosmaster/test_rosmaster-1.14.3-r1.ebuild
index 2eda0a57767..3d61a62f82a 100644
--- a/dev-ros/test_rosmaster/test_rosmaster-1.14.3-r1.ebuild
+++ b/dev-ros/test_rosmaster/test_rosmaster-1.14.3-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]
 DEPEND="${RDEPEND}
        test? ( dev-ros/roslib[${PYTHON_USEDEP}] )
 "
-PATCHES=( "${FILESDIR}/yaml.patch" )
+PATCHES=( "${FILESDIR}/yaml.patch" "${FILESDIR}/empty.patch" )
 
 mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
 

Reply via email to