[meta-freescale] [meta-fsl-arm][PATCH 4/5] xf86-video-imxfb: Use xorg-driver-video.inc common file

Otavio Salvador otavio at ossystems.com.br
Sun Feb 15 16:19:49 PST 2015


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 at ossystems.com.br>
---
 recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb | 5 +++--
 1 file 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 @@
 # Copyright (C) 2011, 2012 Freescale
 # Released under the MIT license (see COPYING.MIT for the terms)
 
+require recipes-graphics/xorg-driver/xorg-driver-video.inc
+
 DESCRIPTION = "X.Org X server -- Freescale iMx framebuffer driver"
-LICENSE = "MIT-X"
-DEPENDS = "virtual/kernel virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c"
+DEPENDS = "virtual/kernel virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160"
 
 PR = "r12"
 
-- 
2.1.4



More information about the meta-freescale mailing list