]> code.ossystems Code Review - openembedded-core.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:42:27 +0000 (09:42 +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/conf/local.conf.sample

index 555f8db1d8fb2dff7f727c6d57ec9658381305ff..6b5250a50feecb26b2d2a9962d3f41cfd8b6bc19 100644 (file)
@@ -198,8 +198,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"