diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-12-14 21:40:59 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-15 11:12:19 -0200 |
commit | 13939dc6d134db842e96632816ebb8d7fa3037fa (patch) | |
tree | 6652ddd14ad3765899c1aba88ba8bd1086e48f2f | |
parent | f5b2b0ed71378415f6659fc23f9fe3e7891e4753 (diff) | |
download | meta-fsl-arm-13939dc6d134db842e96632816ebb8d7fa3037fa.tar.gz |
xf86-dri-vivante: xf86-video-vivante renamed to xf86-video-imxfb-vivante
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb index 3f1255e..198c499 100644 --- a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb +++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | SECTION = "x11/base" | 5 | SECTION = "x11/base" |
6 | DEPENDS = "virtual/libx11 util-macros xf86-video-vivante" | 6 | DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante" |
7 | LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=1d0d59e1dc96f5197ea3a8b101bf1fcc" | 7 | LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=1d0d59e1dc96f5197ea3a8b101bf1fcc" |
8 | 8 | ||
9 | SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.tar.gz" | 9 | SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.tar.gz" |
@@ -12,6 +12,8 @@ SRC_URI[sha256sum] = "437187360fe76fbee5ad70b1a661d3196568cc8c28a457170494effef8 | |||
12 | 12 | ||
13 | S = "${WORKDIR}/dri-xorg-graphic-imx-viv-${PV}" | 13 | S = "${WORKDIR}/dri-xorg-graphic-imx-viv-${PV}" |
14 | 14 | ||
15 | PR = "r1" | ||
16 | |||
15 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
16 | 18 | ||
17 | EXTRA_OECONF_armv7a = " --enable-neon " | 19 | EXTRA_OECONF_armv7a = " --enable-neon " |