16 lines
460 B
BlitzBasic
16 lines
460 B
BlitzBasic
SUMMARY = "Package containing various utility types and functions for C."
|
|
HOMEPAGE = "https://github.com/ros2/rcutils"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
|
|
DEPENDS = " \
|
|
python3-empy \
|
|
python3-empy-native \
|
|
"
|
|
|
|
SRCREV = "346a02b856cf457c820e5c6bcbca674932a86058"
|
|
SRC_URI = "git://github.com/ros2/rcutils.git;protocol=git;"
|
|
|
|
inherit ament
|
|
|
|
S = "${WORKDIR}/git"
|