summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
index cf58302bef..565ad7ed91 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
@@ -1,25 +1,25 @@
1require xorg-driver-driver.inc 1require xorg-driver-video.inc
2 2
3SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" 3SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver"
4 4
5DESCRIPTION = "omapfb driver supports the basic Texas Instruments OMAP \ 5DESCRIPTION = "omapfb driver supports the basic Texas Instruments OMAP \
6framebuffer." 6framebuffer."
7 7
8LICENSE = "MIT-X" 8LICENSE = "MIT-X & GPLv2+"
9LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" 9LIC_FILES_CHKSUM = "file://COPYING;md5=63e2cbac53863f60e2f43343fb34367f"
10DEPENDS += "virtual/libx11" 10DEPENDS += "virtual/libx11"
11 11
12SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" 12SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f"
13PE = "1" 13PR = "${INC_PR}.5"
14PR = "${INC_PR}.0" 14PV = "0.1.1+gitr${SRCPV}"
15PV = "0.1.1+git${SRCPV}"
16 15
17SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ 16SRC_URI = "git://git.pingu.fi/xf86-video-omapfb;protocol=http \
18 file://omap-revert-set-CRTC-limit.patch \ 17 file://omap-revert-set-CRTC-limit.patch \
19 file://omap-revert-set-virtual-size.patch \ 18 file://omap-revert-set-virtual-size.patch \
20 file://omap-force-plain-mode.patch \ 19 file://omap-force-plain-mode.patch \
21 file://omap-blacklist-tv-out.patch \ 20 file://omap-blacklist-tv-out.patch \
22 " 21 file://0004-Attempt-to-fix-VRFB.patch \
22"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
@@ -28,5 +28,5 @@ CFLAGS += " -I${STAGING_INCDIR}/xorg "
28 28
29# Use overlay 2 on omap3 to enable other apps to use overlay 1 (e.g. dmai or omapfbplay) 29# Use overlay 2 on omap3 to enable other apps to use overlay 1 (e.g. dmai or omapfbplay)
30do_compile_prepend_armv7a () { 30do_compile_prepend_armv7a () {
31 sed -i -e s:fb1:fb2:g ${S}/src/omapfb-xv.c 31 sed -i -e s:fb1:fb2:g ${S}/src/omapfb-xv.c
32} 32}