Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Updated libcluon
Browse files Browse the repository at this point in the history
  • Loading branch information
olbender committed Jun 14, 2018
1 parent 86d8187 commit b4a4b9d
Show file tree
Hide file tree
Showing 4 changed files with 1,038 additions and 559 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.2)

project(opendlv-device-camera-rpicamv2)

set(CLUON_COMPLETE cluon-complete-v0.0.92.hpp)
set(CLUON_COMPLETE cluon-complete-v0.0.101.hpp)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} /usr/local/lib/cmake)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" ${CMAKE_MODULE_PATH})
Expand Down
7 changes: 3 additions & 4 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

#FROM resin/raspberry-pi-debian:buster as builder
#RUN [ "cross-build-start" ]
FROM debian:buster-slim as builder
FROM resin/raspberry-pi-debian:buster as builder
RUN [ "cross-build-start" ]

RUN apt-get -y update
RUN apt-get -y install apt-utils
Expand Down Expand Up @@ -55,4 +54,4 @@ COPY --from=builder /usr/local/lib/libraspicam.* \
/usr/lib/

CMD ["/usr/bin/opendlv-device-camera-rpicamv2"]
RUN [ "cross-build-end" ]
RUN [ "cross-build-end" ]
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

Loading

0 comments on commit b4a4b9d

Please sign in to comment.