69 lines
2.2 KiB
BlitzBasic
69 lines
2.2 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "USB Video Class driver library"
|
|
AUTHOR = "Ken Tossell <ken@tossell.net>"
|
|
HOMEPAGE = "https://wiki.ros.org"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
ROS_CN = "libuvc"
|
|
ROS_BPN = "libuvc"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
libjpeq-turbo \
|
|
libusb1 \
|
|
pkgconfig \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
cmake-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
catkin \
|
|
libjpeq-turbo \
|
|
libusb1 \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
catkin \
|
|
libjpeq-turbo \
|
|
libusb1 \
|
|
"
|
|
|
|
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
|
|
ROS_TEST_DEPENDS = ""
|
|
|
|
DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}"
|
|
# Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually
|
|
# don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS.
|
|
DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}"
|
|
|
|
RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}"
|
|
|
|
SRC_URI = "https://github.com/ros-drivers-gbp/libuvc-release/archive/release/melodic/libuvc/0.0.6-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "458ea77ae163a577b8bf3754ac70ab95"
|
|
SRC_URI[sha256sum] = "06a553e6d043735a10fff606d5f71a20661fc9b6be392b69a06c35b8aca8d3f6"
|
|
S = "${WORKDIR}/libuvc-release-release-melodic-libuvc-0.0.6-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('libuvc', d)}"
|
|
ROS_BUILD_TYPE = "cmake"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('libuvc', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/libuvc/libuvc_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/libuvc/libuvc-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/libuvc/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/libuvc/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|