summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-15 22:10:29 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-15 22:19:24 -0200
commit7ad59849e7b68249854f26a04acbaebd3984027b (patch)
tree60f13086aece130e50eed093142656e74ce7eb0e /recipes-graphics
parent2967785082b494bd3e793b38889a9c411a7be7ee (diff)
downloadmeta-fsl-arm-7ad59849e7b68249854f26a04acbaebd3984027b.tar.gz
xf86-video-imxfb: Use xorg-driver-video.inc common file
The recipe were not including the xorg-driver-video.inc common file so ended not setting the right Xorg ABI dependency. This fixes the following warning: ,---- | WARNING: QA Issue: Package xf86-video-imxfb contains Xorg driver | (imx_drv.so) but no xorg-abi- dependencies [xorg-driver-abi] `---- Change-Id: Ifc2e46c2eb06233eb32c555f4943eed32b634ac4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
index 21a619e..568472a 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
@@ -2,10 +2,11 @@
2# Copyright (C) 2011, 2012 Freescale 2# Copyright (C) 2011, 2012 Freescale
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5require recipes-graphics/xorg-driver/xorg-driver-video.inc
6
5DESCRIPTION = "X.Org X server -- Freescale iMx framebuffer driver" 7DESCRIPTION = "X.Org X server -- Freescale iMx framebuffer driver"
6LICENSE = "MIT-X"
7DEPENDS = "virtual/kernel virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c" 8LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c"
9DEPENDS = "virtual/kernel virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160"
9 10
10PR = "r12" 11PR = "r12"
11 12