Skip to content
Snippets Groups Projects
Commit fa3a6f3c authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

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: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
parent 8a37ecbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment