|
@@ -4,15 +4,17 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-OPENFPGALOADER_VERSION = 849e5751e06d4d00f323205d5f02ee01f9f59a61
|
|
|
+OPENFPGALOADER_VERSION = 381c67de00a3102cf6e9bb20ca84030a71c7a0f2
|
|
|
OPENFPGALOADER_SITE = $(call github,trabucayre,openFPGALoader,$(OPENFPGALOADER_VERSION))
|
|
|
OPENFPGALOADER_LICENSE = AGPL-3.0
|
|
|
OPENFPGALOADER_LICENSE_FILES = LICENSE
|
|
|
-OPENFPGALOADER_DEPENDENCIES = libftdi1 udev
|
|
|
+OPENFPGALOADER_DEPENDENCIES = libftdi1
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
|
|
-OPENFPGALOADER_DEPENDENCIES += argp-standalone
|
|
|
-OPENFPGALOADER_CONF_OPTS += -DCMAKE_CXX_STANDARD_LIBRARIES="-largp"
|
|
|
+ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
|
|
+OPENFPGALOADER_DEPENDENCIES += udev
|
|
|
+OPENFPGALOADER_CONF_OPTS += -DENABLE_UDEV=ON
|
|
|
+else
|
|
|
+OPENFPGALOADER_CONF_OPTS += -DENABLE_UDEV=OFF
|
|
|
endif
|
|
|
|
|
|
$(eval $(cmake-package))
|