Skip to content

Commit

Permalink
ecl-tools: initial recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
bulwahn committed Apr 27, 2017
1 parent 7b08f25 commit cff2735
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-ros/ecl-tools/ecl-build_0.61.6.bb
@@ -0,0 +1,8 @@
DESCRIPTION = "Collection of cmake/make build tools primarily for ecl development itself"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"

DEPENDS = "ecl-license"

require ecl-tools.inc
7 changes: 7 additions & 0 deletions recipes-ros/ecl-tools/ecl-license_0.61.6.bb
@@ -0,0 +1,7 @@
DESCRIPTION = "Maintains the ecl licenses and also provides an install target \
for deploying licenses with the ecl libraries."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"

require ecl-tools.inc
9 changes: 9 additions & 0 deletions recipes-ros/ecl-tools/ecl-tools.inc
@@ -0,0 +1,9 @@
SRC_URI = "https://github.com/stonier/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "f4c840f4336bda84b201aa820e285b6b"
SRC_URI[sha256sum] = "8004f61d183369ccbb1daebae86f207e91c0161629d41e6113c1aacc8cee332d"

S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"

inherit catkin

ROS_SPN = "ecl_tools"

0 comments on commit cff2735

Please sign in to comment.