* [PATCH] local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG
@ 2014-08-17 8:50 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-08-17 8:50 UTC (permalink / raw)
To: openembedded-core
Now there are other PACKAGECONFIG options to qemu, we need
to append to the list.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 555f8db..6b5250a 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-17 8:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17 8:50 [PATCH] local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox