diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc index 8bac1516..e284fbce 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | |||
@@ -19,7 +19,7 @@ INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" | |||
19 | INITSCRIPT_NAME = "rc.autohdmi" | 19 | INITSCRIPT_NAME = "rc.autohdmi" |
20 | INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." | 20 | INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." |
21 | 21 | ||
22 | EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \ | 22 | EXTRA_OEMAKE += "prefix=${D}/usr \ |
23 | sysroot=${STAGING_DIR_TARGET} \ | 23 | sysroot=${STAGING_DIR_TARGET} \ |
24 | LFLAGS="${LDFLAGS}" \ | 24 | LFLAGS="${LDFLAGS}" \ |
25 | BUSID_HAS_NUMBER=1 \ | 25 | BUSID_HAS_NUMBER=1 \ |
@@ -42,13 +42,6 @@ do_configure_prepend () { | |||
42 | ${S}EXA/src/makefile.linux | 42 | ${S}EXA/src/makefile.linux |
43 | } | 43 | } |
44 | 44 | ||
45 | # FIXME: This is need as Freescale didn't use standard Makefile filename | ||
46 | # thus oe_runmame thinks nothing is need to be done, use ln to | ||
47 | # workaround it. | ||
48 | base_do_compile () { | ||
49 | oe_runmake || die "make failed" | ||
50 | } | ||
51 | |||
52 | do_install_append () { | 45 | do_install_append () { |
53 | install -d ${D}${includedir} | 46 | install -d ${D}${includedir} |
54 | cp -axr ${S}/EXA/src/vivante_gal/vivante_priv.h ${D}${includedir} | 47 | cp -axr ${S}/EXA/src/vivante_gal/vivante_priv.h ${D}${includedir} |