]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Aug 2014 08:40:45 +0000 (09:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Aug 2014 08:41:59 +0000 (09:41 +0100)
Now there are other PACKAGECONFIG options to qemu, we need
to append to the list.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/local.conf.sample

index da4a01e95c1dd7272cad5aa61b46ec0a8863b69b..93c85c222ea6a05503311e23e134c9d0cc14b6e3 100644 (file)
@@ -220,8 +220,8 @@ BB_DISKMON_DIRS = "\
 # By default qemu will build with a builtin VNC server where graphical output can be
 # seen. The two lines below enable the SDL backend too. This assumes there is a
 # libsdl library available on your build system.
-PACKAGECONFIG_pn-qemu-native = "sdl"
-PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
+PACKAGECONFIG_append_pn-qemu-native = " sdl"
+PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
 ASSUME_PROVIDED += "libsdl-native"