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>
This commit is contained in:
Lukas Bulwahn 2013-04-05 13:16:43 +02:00
parent 8a37ecbf1a
commit fa3a6f3c23
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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

View File

@ -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"