blob: d31e5fea9668a778a792e565dbffc291aaee0d4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Packages required for GPU Surroundview demo"
LICENSE = "GPL"
inherit packagegroup
PACKAGES = " \
packagegroup-surroundview \
"
RDEPENDS_packagegroup-surroundview = '${@ " \
spacenavd \
libspnav \
glm \
nlopt \
gstreamer1.0-omx \
gstreamer1.0-plugins-base-app libgstapp-1.0 \
yaml-cpp \
libmediactl-v4l2 \
" if 'surroundview' in '${DISTRO_FEATURES}' else ""}'
|