ecl-lite: initial recipes
This commit is contained in:
parent
cff2735ed9
commit
cd4dc50da4
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "These tools inspect and describe your system with macros, types and functions."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-build ecl-license"
|
||||
|
||||
require ecl-lite.inc
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "Color codes for ansii consoles."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-build ecl-license ecl-config"
|
||||
|
||||
require ecl-lite.inc
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "These are a very simple version of some of the functions in ecl_converters suitable for firmware development."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-license ecl-config"
|
||||
|
||||
require ecl-lite.inc
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "This library provides lean and mean error mechanisms."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-license ecl-config"
|
||||
|
||||
require ecl-lite.inc
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "Most implementations (windows, posix, ...) have slightly different api for low level input-output functions."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-license ecl-config ecl-errors"
|
||||
|
||||
require ecl-lite.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] = "0f2fe9ce82d783593a92e0677dcdcda6"
|
||||
SRC_URI[sha256sum] = "b8a02aabecc9a47bde44c83c7e02669e7ce9a3e43f51315b89d10960ed83f3cc"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
||||
|
||||
inherit catkin
|
||||
|
||||
ROS_SPN = "ecl_lite"
|
|
@ -0,0 +1,10 @@
|
|||
DESCRIPTION = "This avoids use of dynamic storage (malloc/new) and thread \
|
||||
safety (mutexes) to provide a very simple sigslots implementation that can \
|
||||
be used for *very* embedded development."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-license ecl-config ecl-errors"
|
||||
|
||||
require ecl-lite.inc
|
|
@ -0,0 +1,9 @@
|
|||
DESCRIPTION = "Provides a portable set of time functions that are especially \
|
||||
useful for porting other code or being wrapped by higher level c++ classes."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "ecl-build ecl-license ecl-config ecl-errors"
|
||||
|
||||
require ecl-lite.inc
|
Loading…
Reference in New Issue