Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xenomai: always set default version
@ 2022-08-08 21:54 Fabrice Fontaine
  2022-08-09 11:39 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-08-08 21:54 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Fabrice Fontaine, Thomas De Schampheleire

Always set a default value for BR2_PACKAGE_XENOMAI_VERSION to avoid a
build failure when BR2_PACKAGE_XENOMAI_VERSION is empty with
BR2_PACKAGE_XENOMAI_CUSTOM_{GIT,VERSION}

Fixes:
 - http://autobuild.buildroot.org/results/d80c295a848b5be69324f5dfbd269b046dc68e8c
 - http://autobuild.buildroot.org/results/4e57a499b43208e546dd962ca04b43408c0c082c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/xenomai/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in
index ec6d9e5d29..5c179eec72 100644
--- a/package/xenomai/Config.in
+++ b/package/xenomai/Config.in
@@ -73,8 +73,8 @@ config BR2_PACKAGE_XENOMAI_VERSION
 	string "Custom Xenomai version" if \
 		!BR2_PACKAGE_XENOMAI_LATEST_VERSION && \
 		!BR2_PACKAGE_XENOMAI_CUSTOM_TARBALL
-	default "3.0.10" if BR2_PACKAGE_XENOMAI_LATEST_VERSION
 	default "custom" if BR2_PACKAGE_XENOMAI_CUSTOM_TARBALL
+	default "3.0.10"
 
 config BR2_PACKAGE_XENOMAI_CUSTOM_TARBALL_URL
 	string "URL of custom tarball"
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-09 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 21:54 [Buildroot] [PATCH 1/1] package/xenomai: always set default version Fabrice Fontaine
2022-08-09 11:39 ` Thomas Petazzoni via buildroot
2022-08-09 12:12   ` Fabrice Fontaine
2022-08-09 13:54     ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox