From 31ce2d1a14de6d8439829dc8a046aeaeef734461 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:22:28 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- recipes-append/qemu/qemu_1.7.0.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-append/qemu/qemu_1.7.0.bbappend (limited to 'recipes-append/qemu/qemu_1.7.0.bbappend') diff --git a/recipes-append/qemu/qemu_1.7.0.bbappend b/recipes-append/qemu/qemu_1.7.0.bbappend new file mode 100644 index 0000000..d633a19 --- /dev/null +++ b/recipes-append/qemu/qemu_1.7.0.bbappend @@ -0,0 +1,6 @@ +# Fixes the DEPENDS variable to not require x11 +DEPENDS = "glib-2.0 zlib alsa-lib pixman dtc libsdl \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" + +PACKAGECONFIG += "virtfs" +PACKAGECONFIG_class-nativesdk ??= "" -- cgit v1.2.3-54-g00ecf