[oe-commits] Richard Purdie : local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Mon Aug 18 20:48:44 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 611ee86c5799e0e0bc83d39788007f612f085ba1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=611ee86c5799e0e0bc83d39788007f612f085ba1

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Aug 17 09:40:45 2014 +0100

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 <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 
 



More information about the Openembedded-commits mailing list