Commit Graph

17 Commits

Author SHA1 Message Date
Lukas Bulwahn 62336716ea dynamic-reconfigure: updating to 1.5.46 2016-12-01 21:41:02 +01:00
Lukas Bulwahn 2fae5e367e dynamic-reconfigure: updating to 1.5.45
This commit removes the patch that has been accepted upstream
and has been included in the version 1.5.45.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-10-26 13:32:09 +02:00
Lukas Bulwahn e0aade67a6 dynamic-reconfigure: patch CMake script to compile with gcc6 (#392) 2016-10-12 09:30:12 +02:00
Lukas Bulwahn 91972fbff4 dynamic-reconfigure: updating to 1.5.44 2016-09-02 08:31:57 +02:00
Lukas Bulwahn 5343581d44 dynamic-reconfigure: updating to 1.5.43 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 6ee535e5cf dynamic-reconfigure: updating to 1.5.38 2015-06-10 10:56:44 +02:00
Lukas Bulwahn 8249cc8dd5 improving formatting after automated style check
After running oe-stylize.py on all recipes in recipes-ros, this
commit improves the formatting of some recipes.

To achieve this, I executed these commands in recipes-ros:
find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh
find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs

Then, I manually inspected the diffs file, and improved the
recipes.

For the DESCRIPTION line in the addressed recipes, the line width
of 100 characters was chosen, as the LIC_FILES_CHKSUM line and
SRC_URI line usually are also around about 100 characters long.
Hence, choosing a shorter line width, e.g. 80 characters, would
have only created more line breaks, but not reduced the need to
use a file viewer with which 100 characters line width can be
displayed. For the github file and diff viewer and most editors
on reasonably-sized screens, 100 character line width is no
problem.
2014-08-18 06:51:31 +02:00
Lukas Bulwahn 90d1bdd0bf dynamic-reconfigure: updating to 1.5.37 2014-06-23 09:27:18 +02:00
Lukas Bulwahn ae30740a0f dynamic-reconfigure: updating to 1.5.36 2014-04-09 08:27:39 +02:00
Kristof Robot 44b8037828 dynamic-reconfigure: adding rosservice run dependency
Resolves:
  File "/usr/lib/python2.7/site-packages/dynamic_reconfigure/server.py", line 45, in <module>
    import rosservice
ImportError: No module named rosservice
2014-03-08 17:58:24 +01:00
Lukas Bulwahn 102b30ab36 dynamic-reconfigure: updating to 1.5.34
The update to version 1.5.34 includes a patch [1] that removes
whitespaces from the license line in the package.xml.
Hence, the hash is now the common hash similar to all other
BSD-licensed ROS packages.

[1] ab496af75c
2013-09-23 09:52:36 +02:00
Lukas Bulwahn 4d9b8f853b dynamic-reconfigure: updating to 1.5.33
The dynamic-reconfigure recipe is updated to 1.5.33 to be in line with
4551e7c32d/hydro/release.yaml.
The previously applied patch has been included in 1.5.33 and is
removed from the recipe and this repository.
2013-08-26 10:57:16 +02:00
Stefan Herbrechtsmeier 4f99b152f1 dynamic-reconfigure: Include patch in our repository (resolves #146)
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:21 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Lukas Bulwahn ed77625288 dynamic-reconfigure: adding patch to resolve path (resolving #126)
Before this commit, the following sequence of bitbake commands
failed because the path was set during compile time, and not at
runtime. After the patch from Dirk Thomas, the following sequence
now works.

bitbake nodelet-topic-tools -c cleansstate && \
bitbake dynamic-reconfigure && bitbake nodelet-topic-tools
2013-08-01 08:21:10 +02:00
Lukas Bulwahn 0e0fc08eaf adjusting dependencies of native recipes
To compile nodelet-topic-tools, we must provide a working
dynamic-reconfigure in the native sysroot. This requires
some adjustments to the native versions of the required
python modules.

In particular, the following tasks ran successfully for this
commit:

This command tests compiling rospack-native:
rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack-native

This command tests compiling roslib-native:
rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib-native

As nodelet-topic-tools uses rospack-native and roslib-native to
some extent (dependency: rospack-native -> roslib-native ->
dynamic-reconfigure-native -> nodelet-topic-tools), this command
tests running rospack-native and roslib-native:
rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake nodelet-topic-tools

This command tests compiling rospack and roslib:
rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack
rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib

All these command run with this commit without errors, and
future commits to these files should keep them run without
errors or justify modifications with better tests.

A minor open issue related to rospack is issue #116
(cf. https://github.com/bmwcarit/meta-ros/issues/116).

This commit incorporates feedback from Stefan Herbrechtsmeier.
2013-07-22 09:08:59 +02:00
Lukas Bulwahn ab24fc172d dynamic-reconfigure: initial commit 2013-07-05 10:55:56 +02:00