diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:54 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:54 +0200 |
commit | c158582c0fc7f4bd73980fe9adad446855f4d61b (patch) | |
tree | 31b701a2367cb983e76e76cd7c2ba176ad33e5ac /recipes-append/qemu/qemu_1.7.0.bbappend | |
download | meta-vt-c158582c0fc7f4bd73980fe9adad446855f4d61b.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-append/qemu/qemu_1.7.0.bbappend')
-rw-r--r-- | recipes-append/qemu/qemu_1.7.0.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | # Fixes the DEPENDS variable to not require x11 | ||
2 | DEPENDS = "glib-2.0 zlib alsa-lib pixman dtc libsdl \ | ||
3 | ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" | ||
4 | |||
5 | PACKAGECONFIG += "virtfs" | ||
6 | PACKAGECONFIG_class-nativesdk ??= "" | ||