diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-19 16:50:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:58 +0000 |
commit | f85e0ef324a911665af7ad8e9837a7cb6ccb7e1b (patch) | |
tree | 3038512f6bf20f54c9afc4928b2d3520238f4c0b /meta-yocto-bsp | |
parent | bad97653b9f1cc48550555557f41a7bc46eb2614 (diff) | |
download | poky-f85e0ef324a911665af7ad8e9837a7cb6ccb7e1b.tar.gz |
qt4: remove qt4-x11-free bbappend
This bbappend is forcibly enabling OpenGL on atom-pc and mpc8315e-rdb, but as
Poky enables the OpenGL distro feature this option is on for all machines
anyway.
(From meta-yocto rev: cdfa38051f9f39730e612f39227bdee3ea06bf25)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto-bsp/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend b/meta-yocto-bsp/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend deleted file mode 100644 index 0c948bcf13..0000000000 --- a/meta-yocto-bsp/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | QT_GLFLAGS_atom-pc = "-opengl" | ||
2 | QT_GLFLAGS_mpc8315e-rdb = "-opengl" | ||