[oe-commits] [openembedded-core] 01/20: devtools: qemu: Remove obsolete '--with-system-pixman' option

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:25:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit db1fc2ec360eb5dad1363634458ec4b56e7bbb9d
Author: Alistair Francis <alistair.francis at xilinx.com>
AuthorDate: Fri Sep 15 09:56:29 2017 -0700

    devtools: qemu: Remove obsolete '--with-system-pixman' option
    
    QEMU version 2.11 will remove the pixman submodule. This means users are
    always required to supply pixman from the system if building softmmu
    support in QEMU.
    
    Without specifying a pixman configure option QEMU will default to using
    the system pixman if it is avaliable. In which case let's remove the
    config option as it is no longer supported in recent commits and is not
    required in older builds as the configure system defaults are already
    using system pixman.
    
    Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 0e1411a..2a1d14b 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -26,7 +26,6 @@ EXTRA_OECONF = " \
     --disable-strip \
     --disable-werror \
     --target-list=${@get_qemu_target_list(d)} \
-    --with-system-pixman \
     --extra-cflags='${CFLAGS}' \
     "
 EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2.7"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list