Skip to content
Snippets Groups Projects
Commit 57a4280e authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Remove VERSION based on DEP_VERSION from Makefiles (Autogenerated commit) [skip ci]

parent 1548cc64
No related branches found
No related tags found
1 merge request!8E3-962: Apply changes for the next e3 release
Checking pipeline status
...@@ -26,22 +26,6 @@ include $(E3_REQUIRE_TOOLS)/driver.makefile ...@@ -26,22 +26,6 @@ include $(E3_REQUIRE_TOOLS)/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
ifneq ($(strip $(ASYN_DEP_VERSION)),)
asyn_VERSION=$(ASYN_DEP_VERSION)
endif
ifneq ($(strip $(ADCORE_DEP_VERSION)),)
adcore_VERSION=$(ADCORE_DEP_VERSION)
endif
ifneq ($(strip $(ADGENICAM_DEP_VERSION)),)
adgenicam_VERSION=$(ADGENICAM_DEP_VERSION)
endif
## Exclude linux-ppc64e6500 ## Exclude linux-ppc64e6500
EXCLUDE_ARCHS = linux-ppc64e6500 EXCLUDE_ARCHS = linux-ppc64e6500
EXCLUDE_ARCHS += linux-corei7-poky EXCLUDE_ARCHS += linux-corei7-poky
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment