Skip to content
Snippets Groups Projects
Commit d0f1c5b1 authored by KristofRobot's avatar KristofRobot
Browse files

Merge pull request #282 from bulwahn/master-next

Some version updates and minor tuning
parents f7d260c7 dee2fec9
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 3 deletions
......@@ -11,6 +11,9 @@ SRC_URI[sha256sum] = "ecc97e979e47eefeade93c6e3905420b3e780ea434247cd2171a5f4d73
S = "${WORKDIR}/bfl-release-release-hydro-${P}"
inherit cmake
inherit cmake faulty-solibs
PACKAGES += "${PN}-tests"
FILES_${PN}-dbg += "${bindir}/bfl/.debug"
FILES_${PN}-tests = "${bindir}/bfl/*"
......@@ -12,6 +12,8 @@ S = "${WORKDIR}/speech_tools"
inherit autotools-brokensep
PARALLEL_MAKE = ""
do_configure_prepend() {
#force crosscompilation compiler
sed -i 's:CC=gcc:CC=${CC}:g' ${S}/config/compilers/gcc_defaults.mak
......
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "9af26ae006a7111f8f546a5067d38f42"
SRC_URI[sha256sum] = "345e945c5401c494006885373c7658bed1f25bf4047838f4eb82dcda04b18bf2"
SRC_URI[md5sum] = "babe5b8b8d6a29479f94a16ebe0bf19f"
SRC_URI[sha256sum] = "7c4e186177dd5a0b904777d56ba921be5df1a1539ef6380dd5ede437184eb99c"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment