diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-08-26 19:32:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 21:16:39 +0100 |
commit | 3480d0224b98ab3841350b71ec79fef68a455282 (patch) | |
tree | 6a111021723a7290d01aceebdd472647289be390 /meta-poky | |
parent | 1092cdfb8d1640b2eb54753d81fdd81320c56c85 (diff) | |
download | poky-3480d0224b98ab3841350b71ec79fef68a455282.tar.gz |
poky-floating-revisions.inc: Use new override syntax for commented vars
(From meta-yocto rev: ab8cec2cc136f03747995565c3f5ae923883a55c)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/distro/include/poky-floating-revisions.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc b/meta-poky/conf/distro/include/poky-floating-revisions.inc index 78c9e365ec..6f473de88c 100644 --- a/meta-poky/conf/distro/include/poky-floating-revisions.inc +++ b/meta-poky/conf/distro/include/poky-floating-revisions.inc | |||
@@ -2,11 +2,11 @@ | |||
2 | # Package Versions for cutting edge testing: | 2 | # Package Versions for cutting edge testing: |
3 | # | 3 | # |
4 | 4 | ||
5 | #SRCREV_pn-opkg-native ?= "${AUTOREV}" | 5 | #SRCREV:pn-opkg-native ?= "${AUTOREV}" |
6 | #SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | 6 | #SRCREV:pn-opkg-sdk ?= "${AUTOREV}" |
7 | #SRCREV_pn-opkg ?= "${AUTOREV}" | 7 | #SRCREV:pn-opkg ?= "${AUTOREV}" |
8 | #SRCREV_pn-opkg-utils-native ?= "${AUTOREV}" | 8 | #SRCREV:pn-opkg-utils-native ?= "${AUTOREV}" |
9 | #SRCREV_pn-opkg-utils ?= "${AUTOREV}" | 9 | #SRCREV:pn-opkg-utils ?= "${AUTOREV}" |
10 | SRCREV:pn-gconf-dbus ?= "${AUTOREV}" | 10 | SRCREV:pn-gconf-dbus ?= "${AUTOREV}" |
11 | SRCREV:pn-matchbox-common ?= "${AUTOREV}" | 11 | SRCREV:pn-matchbox-common ?= "${AUTOREV}" |
12 | SRCREV:pn-matchbox-config-gtk ?= "${AUTOREV}" | 12 | SRCREV:pn-matchbox-config-gtk ?= "${AUTOREV}" |