]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-video-imxfb: Drop a explicit rdepends against amd-gpu-x11-bin-mx51
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 27 Sep 2012 19:11:33 +0000 (16:11 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 30 Sep 2012 23:52:33 +0000 (20:52 -0300)
The needed dependencies are calculated based on the symbols used by
the driver.

Change-Id: I62885e177461516344c4f944a5f31ddc4527dba8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb

index 2ea1fb71f3bbca793475b95425065fe2c067ad40..07d81a2286f163d1901c52992f1fe22c677b38c0 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "MIT-X"
 DEPENDS = "virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-${PV}.tar.gz \
            file://xf86-video-imxfb-fix-m4-hardcodded-paths.patch"
@@ -29,4 +29,3 @@ do_install_append () {
 
 INSANE_SKIP_${PN} = "ldflags"
 INSANE_SKIP_${PN}-dbg = "ldflags"
-RDEPENDS_${PN} += "amd-gpu-x11-bin-mx51"