packagegroups: new packagegroup for kobuki-related recipes

This commit is contained in:
Lukas Bulwahn 2017-03-19 05:51:01 +01:00
parent 3ff587cdc3
commit 5cdcef89b3
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,41 @@
DESCRIPTION = "ros-kobuki package group"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
ecl-build \
ecl-command-line \
ecl-concepts \
ecl-config \
ecl-console \
ecl-containers \
ecl-converters \
ecl-converters-lite \
ecl-core-apps \
ecl-devices \
ecl-eigen \
ecl-errors \
ecl-exceptions \
ecl-filesystem \
ecl-formatters \
ecl-geometry \
ecl-io \
ecl-ipc \
ecl-license \
ecl-linear-algebra \
ecl-math \
ecl-mobile-robot \
ecl-mpl \
ecl-sigslots \
ecl-sigslots-lite \
ecl-statistics \
ecl-streams \
ecl-threads \
ecl-time \
ecl-time-lite \
ecl-type-traits \
ecl-utilities \
"

View File

@ -7,6 +7,7 @@ PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
packagegroup-ros-comm \
packagegroup-ros-kobuki \
actionlib \
bond \
bondcpp \