diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-14 13:03:19 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-24 13:24:34 +0200 |
commit | 5f7d5c07d8b79995839f8c49c0372daa9e237716 (patch) | |
tree | 217c804f36462a130cf81ed18da547cbcf3cd3b9 /recipes/mesa | |
parent | 2d3cd8347bc92780906c75583994c1e5adac4286 (diff) | |
download | meta-boot2qt-5f7d5c07d8b79995839f8c49c0372daa9e237716.tar.gz |
More wildcards for bbappends
These wildcard changes would be needed when moving to dizzy.
Change-Id: Ic9aa4fe48d8b23a894eb3abcf416e1a2895f3327
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes/mesa')
-rw-r--r-- | recipes/mesa/mesa_9.%.bbappend | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/mesa/mesa_9.%.bbappend b/recipes/mesa/mesa_9.%.bbappend deleted file mode 100644 index 627f70b..0000000 --- a/recipes/mesa/mesa_9.%.bbappend +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://qt.digia.com/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | EGL_PLATFORMS = "fbdev" | ||
24 | DRIDRIVERS_remove = "swrast,radeon,r200,nouveau,i965,i915" | ||
25 | DRIDRIVERS_append += "swrast" | ||
26 | EXTRA_OECONF += "--with-dri-drivers=""" | ||