From fa3a6f3c2320dd409aeb9c323970999b50574902 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Fri, 5 Apr 2013 13:16:43 +0200 Subject: [PATCH] genmsg: removing runtime dependency after patch in oe-core (resolves #54) The recipe python-pprint rdepends on python-io. As this was not reflected in the oe-core repository, we added the dependency in genmsg. Now after the commit abe7bf9992e298f1b53e790eee7b064a9e4e8589 in oe-core, we can remove the runtime dependency in genmsg. This commit resolves issue #54. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> --- README | 2 +- recipes-ros/genmsg/genmsg_0.4.17.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c6f6f4d..a854889 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ STATE OF THIS WORK: INSTALLATION/SETUP: The repository only contains a layer for ROS that builds on top of the existing OpenEmbedded Core layer. Currently, I work with - * commit c8b411608bea2700e904141268f609eeee542ae2 of https://github.com/openembedded/oe-core + * commit 2587a33134fde80dd1367629d9def45ac70256ee of https://github.com/openembedded/oe-core * commit 324ed96e28ec31cff8cef1824d20d40f9a5d46ad of git://git.openembedded.org/bitbake in the bitbake directory diff --git a/recipes-ros/genmsg/genmsg_0.4.17.bb b/recipes-ros/genmsg/genmsg_0.4.17.bb index 674d515..2d0dd82 100644 --- a/recipes-ros/genmsg/genmsg_0.4.17.bb +++ b/recipes-ros/genmsg/genmsg_0.4.17.bb @@ -7,7 +7,7 @@ SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=$ file://0001-modify-msg-file-handling-to-reference-them-relatively.patch \ " -RDEPENDS_${PN} = "python-stringold python-pprint python-io" +RDEPENDS_${PN} = "python-stringold python-pprint" RDEPENDS_${PN}_class-native = "" SRC_URI[md5sum] = "de385f1796bf025915ed7b20e1e1acc4" -- GitLab