mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
fd55e2a13b
commit
acb0653af0
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue
Block a user