summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-17 10:45:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-18 09:42:17 -0300
commit478c033ff00a9ae001bcb0f95c3e08977df3b791 (patch)
tree4ddafe2b2649cf26142f0f1443e053f36b1b1f49 /recipes-graphics
parentcebf99040c3d1003a5c302996760865b7735f7f5 (diff)
downloadmeta-fsl-arm-478c033ff00a9ae001bcb0f95c3e08977df3b791.tar.gz
xf86-video-imxfb-vivante: Use 'autotools-brokensep' as out of tree build is not supported
The out of tree build is not currently supported so disable it for now; this change is need to allow autotools to default to out of tree builds in future. Change-Id: I89103b39bba524403be5bb1916ea5d99bb1662b4 Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
index 4887d26..b4734bd 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
@@ -6,6 +6,8 @@ require recipes-graphics/xorg-driver/xorg-driver-video.inc
6 6
7PE = "3" 7PE = "3"
8 8
9inherit autotools-brokensep
10
9DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q pixman" 11DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q pixman"
10 12
11LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c" 13LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c"