Commit Graph

24 Commits

Author SHA1 Message Date
Lukas Bulwahn 74c0fb670f image-common: updating to 1.11.13
This commit also adjusts the patch file due to the recipe update.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-23 04:35:27 +01:00
Dmitry Rozhkov c171488a63 camera-calibration-parsers: disable support for python2
The package can't be built with python2 bindings since
libboost_python.so (which the bindings depend on) has been
disabled in Boost in OE upstream. Only python3 configuration
is supported nowadays.

Disable support for python2 in camera_calibration_parsers.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:34 +03:00
Lukas Bulwahn d78a506f43 image-common: updating to 1.11.12 2017-03-19 21:51:30 +01:00
Dmitry Rozhkov 8401c46428 image-transport: add missing build dep on class-loader
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Lukas Bulwahn ab8acacae3 image-common: updating to 1.11.11 2016-09-26 13:28:55 +02:00
Lukas Bulwahn 876637f1c4 camera-calibration-parsers: add missing dependencies
While testing the version updates, I noticed that the
camera-calibration-parsers were missing the roscpp dependencies,
and hence do_configure failed with:

```
|   Could not find a package configuration file provided by "roscpp" with any
|   of the following names:
|
|     roscppConfig.cmake
|     roscpp-config.cmake
|
|   Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set
|   "roscpp_DIR" to a directory containing one of the above files.  If "roscpp"
|   provides a separate development package or SDK, be sure it has been
|   installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:4 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-06-15 07:54:43 +02:00
Lukas Bulwahn fd77716640 image-common: updating to 1.11.10 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 63c57f961f image-common: updating to 1.11.8 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 7cde055b53 image-common: updating to 1.11.7 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 91f088c678 image-common: updating to 1.11.5 2015-06-10 10:56:44 +02:00
Lukas Bulwahn 2204f39167 image-common: updating to 1.11.4 2014-09-24 12:07:54 +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 ae0c89884e image-common: updating to 1.11.3
The previously applied patch has been included in 1.11.3 and is
removed from the recipe and this repository.
2014-06-02 22:56:58 +02:00
Lukas Bulwahn 21f7799ee9 adding Upstream-Status remarks to patches in recipes-ros
This commit further adds a simple fix to the patch for the ros-comm
repository.
2014-04-24 07:03:36 +02:00
Lukas Bulwahn aa6ef79268 camera-info-manager: removing rostest dependency 2014-03-20 08:01:52 +01:00
Lukas Bulwahn 8c59f76355 image-common: updating to 1.11.1
The version 1.11.1 contains the local patch for
CATKIN_ENABLE_TESTING, and hence the local patch can be removed.
2014-03-04 17:28:38 +01:00
Lukas Bulwahn 9b3249d0d3 polled-camera: initial commit 2013-10-14 11:08:58 +02:00
Lukas Bulwahn b81936999d camera-info-manager: initial commit 2013-10-14 11:08:57 +02:00
Lukas Bulwahn c7c47ba0ef camera-calibration-parsers: initial commit 2013-10-14 11:08:57 +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 a0a2aa9eaf tuning newlines 2013-08-05 08:12:20 +02:00
Lukas Bulwahn 3d9d9cf54e image-common: updated to hydro release version 2013-07-22 15:54:53 +02:00
Lukas Bulwahn cedbf71aaf image-transport: improved license check (resolves #112) 2013-07-11 09:20:19 +02:00
Lukas Bulwahn 7270734e41 image-transport: initial commit 2013-06-11 08:08:41 +02:00