Skip to content

Commit 0536172

Browse files
revert
1 parent 78d59de commit 0536172

File tree

3 files changed

+10
-31
lines changed

3 files changed

+10
-31
lines changed
+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
config BR2_PACKAGE_OPENHD
22
bool "openhd"
33
select BR2_PACKAGE_LIBPCAP
4-
select BR2_PACKAGE_POCO
54
select BR2_PACKAGE_LIBSODIUM
65
select BR2_PACKAGE_GSTREAMER1
76
select BR2_PACKAGE_GST1_PLUGINS_BASE
8-
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
9-
depends on BR2_PACKAGE_POCO_VERSION_1_13_2
7+
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
8+
109
help
11-
OpenHD package
10+
OpenHD package

external/br2-external/openhd/openhd.mk.template

+6-26
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,16 @@
33
# OpenHD
44
#
55
################################################################################
6-
7-
# The Git repository from which to clone the source code
8-
OPENHD_SITE = https://github.com/openhd/OpenHD.git
6+
OPENHD_SITE = https://github.com/OpenHD/OpenHD
97
OPENHD_SITE_METHOD = git
108
OPENHD_GIT_SUBMODULES = YES
11-
12-
# Set the version to the latest commit of the default branch
13-
OPENHD_VERSION = 2.6-evo
14-
15-
# Enable Git submodules if the project requires them
16-
OPENHD_GIT_SUBMODULES = YES
17-
18-
# Subdirectory inside the Git repo, if needed (if OpenHD is not in the root)
9+
OPENHD_VERSION = {{VERSION}}
1910
OPENHD_SUBDIR = OpenHD
2011

21-
# Install to both the staging directory and target, for linking and runtime
22-
OPENHD_INSTALL_STAGING = YES
12+
OPENHD_INSTALL_STAGING = NO
2313
OPENHD_INSTALL_TARGET = YES
2414

25-
# List of dependencies that must be built before OpenHD
26-
OPENHD_DEPENDENCIES = poco libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf
27-
28-
# Additional configuration options for the CMake build
29-
OPENHD_CONF_OPTS = \
30-
-DENABLE_USB_CAMERAS=OFF \
31-
-DCMAKE_TOOLCHAIN_FILE=$(BR2_TOOLCHAIN_FILE) \
32-
-DCMAKE_SYSROOT=$(STAGING_DIR) \
33-
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr \
34-
-DCMAKE_BUILD_TYPE=Release \
35-
-DCMAKE_INSTALL_PREFIX=/usr
36-
37-
# Use Buildroot's CMake package infrastructure to handle the build
15+
OPENHD_CONF_OPTS = -DENABLE_USB_CAMERAS=OFF
16+
OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf
3817
$(eval $(cmake-package))
18+

external/buildroot/package/openhd/Config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ config BR2_PACKAGE_OPENHD
66
select BR2_PACKAGE_GSTREAMER1
77
select BR2_PACKAGE_GST1_PLUGINS_BASE
88
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
9-
depends on BR2_PACKAGE_POCO_VERSION_1_13_2
9+
1010
help
1111
OpenHD package

0 commit comments

Comments
 (0)