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>
# 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"