From: Richard Purdie Date: Sun, 17 Aug 2014 08:40:45 +0000 (+0100) Subject: local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64eda23b154196a499a011f9a276cadf1dd04b88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG Now there are other PACKAGECONFIG options to qemu, we need to append to the list. Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index da4a01e95c1..93c85c222ea 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -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"