diff --git a/external/br2-external/openhd/openhd.mk.template b/external/br2-external/openhd/openhd.mk.template index a41d0069..70f4bb4c 100644 --- a/external/br2-external/openhd/openhd.mk.template +++ b/external/br2-external/openhd/openhd.mk.template @@ -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 diff --git a/external/buildroot/package/openhd/openhd.mk b/external/buildroot/package/openhd/openhd.mk index d616f7bc..9670d42a 100644 --- a/external/buildroot/package/openhd/openhd.mk +++ b/external/buildroot/package/openhd/openhd.mk @@ -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 @@ -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))