18 lines
545 B
BlitzBasic
18 lines
545 B
BlitzBasic
SUMMARY = "The command line tools for the ament buildsystem."
|
|
HOMEPAGE = "https://github.com/ament/ament_tools"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
DEPENDS = "osrf-pycommon ament-package"
|
|
|
|
SRCREV = "0885dfb957260bcab00e6a626624cf4e447d19c0"
|
|
SRC_URI = "git://github.com/ament/ament_tools.git;protocol=git;"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit setuptools3
|
|
|
|
PACKAGES_append = " ${PN}-completion"
|
|
FILES_${PN}-completion_append = " ${datadir}/ament_tools/environment"
|
|
|
|
BBCLASSEXTEND += "native"
|