Commit Graph

16 Commits

Author SHA1 Message Date
Herb Kuta 57a66850ea DRAFT [thud] opencv_3.2: Make patch apply cleanly 2019-07-03 14:25:22 -07:00
Herb Kuta 240fdfdd3e DRAFT [thud] opencv_3.2: Patch "invalid conversion from 'const char*' to 'char*'" error
XXX When building with [thud], gcc has -fpermissive.
2019-07-03 14:25:22 -07:00
Herb Kuta 62a4712929 DRAFT libeigen_%.bbappend: ALLOW_EMPTY 2019-07-03 14:25:09 -07:00
Herb Kuta 610114396f DRAFT asio_%.bbappend: BBCLASSEXTEND = "native" 2019-07-03 14:24:55 -07:00
Herb Kuta 0fdbf7282d DRAFT opencv_3.%.bbappend: Configure with Python being used 2019-07-03 14:24:42 -07:00
Herb Kuta 8bce30f92f DRAFT opencv_3.2: Fix patch not to update cvdef.h with bogus #if 2019-07-03 14:24:37 -07:00
Herb Kuta 7c7e9759b5 DRAFT opencv_3.2.bb: base_conditional() -> oe.utils.conditional() 2019-07-03 14:24:37 -07:00
Herb Kuta 352875e925 DRAFT opencv_3.2.bb: Add 2nd argument to d.getVar() 2019-07-03 14:24:37 -07:00
Herb Kuta bdd8b62fc8 DRAFT opencv_3.2: Import from meta-oe@0abf5af3ffd3d13c009a8ffcd5a6f045c36be837 2019-07-03 14:24:37 -07:00
Lukas Bulwahn a093574dc1 poco: drop recipe (resolves #377)
The poco recipe is in meta-oe now for quite some time and is
actively updated and maintained there. Also, meta-ros with its
recent changes, especially the changes due to recipe-specific
sysroots, is unlikely to build with older versions of meta-oe.
Hence, this commit drops the poco recipe in meta-ros for good.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-14 05:55:38 +02:00
Lukas Bulwahn 02582cf1a0 poco: use meta-oe's recipe instead of own one
The meta-oe provides since commit 8700ba38@openembedded/meta-openembedded
(commit date: 2016-01-14) [1] a recipe for the POCO C++ Library.
Consequently, this commit removes the libpoco recipe in the
meta-ros layer.

As meta-ros already depends on the meta-oe layer, the poco
recipe is available in release version since 2016-01-14,
and the poco recipe in meta-ros is redundant for these versions.
However, this commit still provides the currently latest poco
recipe [2] for users that are not using a recent version of the
meta-oe layer.

[1] http://cgit.openembedded.org/meta-openembedded/commit?id=8700ba38804af3c27f3662737f679afa1bdc86da
[2] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/poco?id=0a2bd4f9784253a8a8dda35e3c4dbd75931d3564

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-09-19 08:17:25 +02:00
Khem Raj f80fe8ad81 boost: Use wildcard in version for bbappend
Makes it apply to any version of boost from here on.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-01-23 08:26:23 -08:00
Lukas Bulwahn e4b1d4ae3b adding boost-python support for cv-bridge
The ROS package cv_bridge needs the Boost.Python library. This
commit adds a bbappend file that includes Boost.Python in the
boost recipe using PACKAGECONFIG.
This PACKAGECONFIG for boost is available since commit
7568bfdd114597956a1da68746f207ec7f93a48d
in the openembeddded-core repository [1].

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=7568bfdd114597956a1da68746f207ec7f93a48d
2013-09-26 07:04:53 +02:00
Lukas Bulwahn 79a6b413f6 libtinyxml: removed recipe and now refer to meta-oe layer
Instead of maintaining a copy of the tinyxml recipe from the meta-oe layer, we
require that the installation also includes the meta-oe layer.
We updated the README accordingly and also updated the description of the
current setup. We also updated and tuned the CONTENT file.

This commit resolves issue #45.
2013-04-25 13:55:01 +02:00
Stefan Herbrechtsmeier b578097cfc libtinyxml: add native support and use relative paths
Replace CXXFLAGS += "-fPIC" with EXTRA_CXXFLAGS to allow native
build and use relative paths to simplify recipe.

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-03-14 10:06:46 +01:00
Lukas Bulwahn 0722248e9d adding recipe libtinyxml for ros-groovy; announcing redistribution of recipe; tuned README 2013-01-04 15:30:08 +01:00