diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-23 15:49:58 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-28 15:22:33 -0300 |
commit | c7be355817e679bbbc21215dc15656b734d55130 (patch) | |
tree | 6c263ffa47696c1a44ddaa478d48aebc835e6b78 | |
parent | 849baa982b870a5e8ae53ac2e0790b43e1da0e45 (diff) | |
download | meta-fsl-arm-c7be355817e679bbbc21215dc15656b734d55130.tar.gz |
xf86-video-imxfb: Add a explicit dependency on libz160
The driver depends on libz160 to build so we should explicit depends
on it. The upcoming amd-gpu-x11-bin-mx51 refactoring will drop the
depends on the library as it does not depends on it for building.
Change-Id: I4902f006b3a32e8a38f92798209d5e6a3798bad3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb | 4 |
1 files changed, 2 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 c26d93f..2ea1fb7 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 | |||
@@ -3,10 +3,10 @@ | |||
3 | 3 | ||
4 | DESCRIPTION = "X.Org X server -- Freescale iMx framebuffer driver" | 4 | DESCRIPTION = "X.Org X server -- Freescale iMx framebuffer driver" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | DEPENDS = "virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51" | 6 | DEPENDS = "virtual/xserver virtual/libx11 xproto randrproto util-macros amd-gpu-x11-bin-mx51 libz160" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c" |
8 | 8 | ||
9 | PR = "r5" | 9 | PR = "r6" |
10 | 10 | ||
11 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-${PV}.tar.gz \ | 11 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-${PV}.tar.gz \ |
12 | file://xf86-video-imxfb-fix-m4-hardcodded-paths.patch" | 12 | file://xf86-video-imxfb-fix-m4-hardcodded-paths.patch" |