mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/xenomai: ignore custom versions
We can safely reference XENOMAI_SOURCE, even though it is defined later, because BR_NO_CHECK_HASH_FOR is a recursively-expanded variable, so its content is only evaluated when the variable is referenced. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cfea5518dd
commit
26dc3587e3
@ -7,6 +7,8 @@
|
|||||||
XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
|
XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
|
||||||
ifeq ($(XENOMAI_VERSION),)
|
ifeq ($(XENOMAI_VERSION),)
|
||||||
XENOMAI_VERSION = 2.6.4
|
XENOMAI_VERSION = 2.6.4
|
||||||
|
else
|
||||||
|
BR_NO_CHECK_HASH_FOR += $(XENOMAI_SOURCE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
XENOMAI_SITE = http://download.gna.org/xenomai/stable
|
XENOMAI_SITE = http://download.gna.org/xenomai/stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user