summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 19:29:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 19:30:23 +0100
commit23df84524f88ade4d137edbbfc23068b5ccd542a (patch)
tree8217918fe26025af7c1a57681f843bdfe17cdf91 /meta-poky/conf/local.conf.sample
parentf64b796093bffe2aff38b086b533a140fe4fa8f8 (diff)
downloadpoky-23df84524f88ade4d137edbbfc23068b5ccd542a.tar.gz
local.conf.sample: Fix missed override conversion
(From meta-yocto rev: 1e7a636bee31afb508be20345962e0deb3126fdf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index b6a9e272b5..3ef25a2a89 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -242,7 +242,7 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
242 242
243# You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds 243# You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds
244# a handy set of menus for controlling the emulator. 244# a handy set of menus for controlling the emulator.
245#PACKAGECONFIG_append_pn-qemu-system-native = " gtk+" 245#PACKAGECONFIG:append:pn-qemu-system-native = " gtk+"
246 246
247# 247#
248# Hash Equivalence 248# Hash Equivalence