Commit Graph

29 Commits

Author SHA1 Message Date
Dmitry Kargin 00088e9d9a improve dependencies for dynamic-reconfigure users
rospkg is necessary to generate dreconf files. dynamic-reconfigure was not
providing proper build-time depencency to packages that use it.

This patch series adds ${PYTHON_PN}-roskpg to DEPENDS of dynamic-reconfigure.bb
and removes unnecessary reference to it in all recipes that are using dynamic-reconfigure.

There were a fix for theora-image-transport with missing libvorbis as well.

[modified commit message header.]
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-07-10 07:30:08 +02:00
Lukas Bulwahn 025b98cea3 image-pipeline: update to 1.12.23 2018-05-18 15:57:31 +02:00
Lukas Bulwahn 4433be3fdb image-pipeline: updating to 1.12.21 2017-11-23 04:38:24 +01:00
Lukas Bulwahn 960c89659e image-pipeline: updating to 1.12.20
Due to the update, this commit drops the two previous patches that
are now included in the upstream development. For depth-image-proc,
the commit provides a patch to properly find Eigen. For image-proc,
the commit adjusts the dependencies and tunes its formatting.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-13 21:33:12 +02:00
Lukas Bulwahn 48ff1fca6d image-view: improve build dependencies
With these improved build dependencies, the image-view recipe
configures successfully. However, compiling fails due to not
finding the gtk headers.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-17 15:12:57 +02:00
Dmitry Rozhkov 3e201940f6 enable python3 compatible builds of ROS (resolves #458)
By default meta-ros uses python2. In case you want to get
python3-compatible builds add the following line to your local.conf:

    ROS_USE_PYTHON3 = "yes"

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:11 +03:00
Dmitry Rozhkov 808e624573 image-rotate: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 7373a134b9 image-publisher: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 39107d658a image-proc: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Lukas Bulwahn 855eebca0b image-pipeline: patch twice to compile with gcc6 (#392) 2016-10-12 15:20:10 +02:00
Lukas Bulwahn c4c9803b7b image-publisher: providing initial recipe 2016-09-30 16:08:55 +02:00
Lukas Bulwahn ab0c041367 image-pipeline: updating to 1.12.19 2016-09-02 08:31:57 +02:00
Lukas Bulwahn 0571ffcbc2 image-pipeline: adjust LIC_FILES_CHKSUM retroactively to version update 2016-06-21 09:13:56 +02:00
Lukas Bulwahn ad5ae349eb image-pipeline: updating to 1.12.16 2016-06-14 11:23:32 +02:00
Lukas Bulwahn 8580ae0558 image-pipeline: updating to 1.12.14 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 7b811be9ab image-pipeline: updating to 1.12.13
Due to the update, this commits also adds new dependencies.
2015-06-10 10:56:44 +02:00
Lukas Bulwahn 53796fc4b1 making layout indentation use 4 spaces
The description is not indented after line breaks. All other
information, i.e., the dependencies and SRCURI, are indented with
four spaces after line breaks. Shell scripts are indented with
multiples of four spaces.

In recipes-ros, I located and checked for tabulators and spacing
with these bash commands:

egrep '^ [^ ]+' . --exclude *.patch -R
egrep '^  [^ ]+' . --exclude *.patch -R
egrep '^   [^ ]+' . --exclude *.patch -R
egrep '^    [ ]+[^ ]+' . --exclude *.patch -R

While going through the recipes and manually improving the layout,
I also adjusted the descriptions to use maximal 100 characters
per line.
2014-08-19 09:09:47 +02:00
Lukas Bulwahn 7f1a440771 image-rotate: adding missing nodelet dependency
Executing 'bitbake packagegroup-ros-world' showed the warning:
WARNING: QA Issue: image-rotate rdepends on nodelet but its not a build dependency? [build-deps]

On a clean build, 'bitbake image-rotate' failed with:
|   Could not find a package configuration file provided by "nodelet" with any
|   of the following names:
|
|     nodeletConfig.cmake
|     nodelet-config.cmake
|

Hence, this commit adds the missing dependency on nodelet.
2014-08-04 07:06:54 +02:00
Andreas Galauner 4465830888 image-rotate: add eigen-conversion as a build dependency 2014-07-30 20:11:34 +02:00
Lukas Bulwahn b951f44f0b image-rotate: adding missing dependency 2014-06-02 22:56:58 +02:00
Lukas Bulwahn f85647f3ca image-pipeline: updating to 1.11.10 2014-05-17 15:19:06 +02:00
Lukas Bulwahn 02bb158c2f image-pipeline: updating to 1.1.9 2014-05-07 11:40:31 +02:00
Lukas Bulwahn 3cf27fa67c image-pipeline: updating to 1.11.8
The patch for the image_view package has been merged in 1.11.8, and
hence is removed.
2014-04-10 07:07:55 +02:00
Lukas Bulwahn c9da551841 image-pipeline: updating to 1.11.6 2014-03-04 17:28:37 +01:00
Lukas Bulwahn e5f76733aa image-pipeline: updating to 1.11.5 2014-03-03 08:12:12 +01:00
Lukas Bulwahn 8ddce63297 image-view: adding patch (resolves #212) 2014-01-23 09:58:17 +01:00
Lukas Bulwahn 808e449c44 image-pipeline: updating to 1.11.4
The version 1.11.4 contains the local patches for
CATKIN_ENABLE_TESTING, and hence the local patches can be removed.
2013-11-26 07:26:49 +01:00
Kristof Robot af1818c3c3 depth-image-proc: initial commit 2013-11-05 19:45:11 +01:00
Lukas Bulwahn 5ccf3340b8 image-pipeline: initial commit
This commit includes all packages but depth-image-proc, which
requires the pcl library.
2013-10-14 11:08:58 +02:00