diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 19:29:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 19:30:23 +0100 |
commit | 23df84524f88ade4d137edbbfc23068b5ccd542a (patch) | |
tree | 8217918fe26025af7c1a57681f843bdfe17cdf91 /meta-poky/conf/local.conf.sample | |
parent | f64b796093bffe2aff38b086b533a140fe4fa8f8 (diff) | |
download | poky-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.sample | 2 |
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 |