conf: update xen preferred version

The xen preferred version fails to match when we add -stable
dot releases. We move the wildcard back in the preferred
version to pick them up.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-05-31 13:58:22 +00:00
parent fd55e2a13b
commit acb0653af0

View File

@ -1,4 +1,4 @@
# Meta-virtuailization PREFERED_VERSION
PREFERRED_VERSION_xen ?= "4.18+stable%"
PREFERRED_VERSION_xen-tools ?= "4.18+stable%"
PREFERRED_VERSION_xen ?= "4.18%"
PREFERRED_VERSION_xen-tools ?= "4.18%"