From 4bfad168fbb0cf9f665b51726448b9688a9e339f Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Fri, 20 May 2016 01:25:48 +0000 Subject: [PATCH] Include the version files contents as PKG variables. --- builds/any/installer/APKG.yml | 2 ++ builds/any/installer/legacy/APKG.yml | 2 ++ builds/any/rootfs/APKG.yml | 3 +++ builds/any/swi/APKG.yml | 2 ++ 4 files changed, 9 insertions(+) diff --git a/builds/any/installer/APKG.yml b/builds/any/installer/APKG.yml index 62ad5191..4c96a4f9 100644 --- a/builds/any/installer/APKG.yml +++ b/builds/any/installer/APKG.yml @@ -1,3 +1,5 @@ +variables: + !include $ONL/make/versions/version-onl.yml prerequisites: broken: true diff --git a/builds/any/installer/legacy/APKG.yml b/builds/any/installer/legacy/APKG.yml index a53d0129..26106bd6 100644 --- a/builds/any/installer/legacy/APKG.yml +++ b/builds/any/installer/legacy/APKG.yml @@ -1,3 +1,5 @@ +variables: + !include $ONL/make/versions/version-onl.yml prerequisites: broken: true diff --git a/builds/any/rootfs/APKG.yml b/builds/any/rootfs/APKG.yml index 114d10c2..7a716da9 100644 --- a/builds/any/rootfs/APKG.yml +++ b/builds/any/rootfs/APKG.yml @@ -1,3 +1,6 @@ +variables: + !include $ONL/make/versions/version-onl.yml + prerequisites: broken: true diff --git a/builds/any/swi/APKG.yml b/builds/any/swi/APKG.yml index c7ca8ea1..8d87930b 100644 --- a/builds/any/swi/APKG.yml +++ b/builds/any/swi/APKG.yml @@ -1,3 +1,5 @@ +variables: + !include $ONL/make/versions/version-onl.yml prerequisites: broken: true