diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 10:43:21 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 10:43:24 +0000 |
| commit | 0b743d1ed358f0552d1fd5dddabd226f122427d1 (patch) | |
| tree | 1cb8c601f785406e8fed86fdc3abd97955274243 /common | |
| parent | d7026654ae4d18e7d7c193f64e4a4ce22453cfa5 (diff) | |
| download | meta-intel-0b743d1ed358f0552d1fd5dddabd226f122427d1.tar.gz | |
libva: Disable seperate build directories
With ${B} != ${S} the build fails due to files being accessed incorrectly.
Disable the functionlaity for now until the software can be fixed.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'common')
| -rw-r--r-- | common/recipes-multimedia/libva/libva.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-multimedia/libva/libva.inc b/common/recipes-multimedia/libva/libva.inc index e8d93018..f7f50024 100644 --- a/common/recipes-multimedia/libva/libva.inc +++ b/common/recipes-multimedia/libva/libva.inc | |||
| @@ -21,7 +21,7 @@ INC_PR = "r1" | |||
| 21 | 21 | ||
| 22 | DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" | 22 | DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig | 24 | inherit autotools-brokensep pkgconfig |
| 25 | 25 | ||
| 26 | EXTRA_OECONF = "--disable-dummy-driver" | 26 | EXTRA_OECONF = "--disable-dummy-driver" |
| 27 | 27 | ||
