From 0219f15099fe9c51f9c6db3ab502b057f958f957 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Wed, 17 Sep 2014 20:51:46 +0000 Subject: [PATCH] Upgrade xf86-video-fbturbo to the latest revision. An error occurred when X is launched with the latest libUMP and sunxi-mali version : /usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers/fbturbo_drv.so: undefined symbol: SunxiMaliDRI2_Init --- recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb b/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb index 77e8e1e..00a0896 100644 --- a/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb +++ b/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266" DEPENDS += "sunxi-mali" PE = "3" -PV = "0.3.1+git${SRCPV}" -SRCREV_pn-${PN} = "eed17d5586c3b4dfcf0b5976e8b947b171d4897c" +PV = "0.5.1+git${SRCPV}" +SRCREV_pn-${PN} = "4c7313c6db9ee770f39740c735268c88fcd136cf" SRC_URI = "git://github.com/ssvb/xf86-video-fbturbo.git;protocol=http;branch=master \ file://20-fbturbo.conf"