Skip to content

Commit

Permalink
IHML
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 12, 2024
1 parent 0536172 commit 9243b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions external/br2-external/openhd/openhd.mk.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# OpenHD
#
################################################################################
$(info Building the OpenHD template package...)

OPENHD_SITE = https://github.com/OpenHD/OpenHD
OPENHD_SITE_METHOD = git
OPENHD_GIT_SUBMODULES = YES
Expand Down
4 changes: 3 additions & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# OpenHD
#
################################################################################
$(info Building the OpenHD package...)

# The Git repository from which to clone the source code
OPENHD_SITE = https://github.com/openhd/OpenHD.git
Expand Down Expand Up @@ -32,7 +33,8 @@ OPENHD_CONF_OPTS = \
-DCMAKE_SYSROOT=$(STAGING_DIR) \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_PREFIX=/usr \
-DPoco_DIR=$(STAGING_DIR)/usr/lib/cmake/Poco # Tell CMake where to find Poco

# Use Buildroot's CMake package infrastructure to handle the build
$(eval $(cmake-package))

0 comments on commit 9243b75

Please sign in to comment.