diff options
author | Adrian Alonso <aalonso@devbox.(none)> | 2011-08-24 23:04:27 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso@devbox.(none)> | 2011-08-24 23:04:27 -0500 |
commit | ebdf90ae29e481778f17d66c5613ba8349f6922e (patch) | |
tree | 781cc127ea34a72612a96ae6f45417baaa19a57d | |
parent | 6c66c6c1d3000974bd85935fdea5a1490fca86ce (diff) | |
download | meta-fsl-arm-ebdf90ae29e481778f17d66c5613ba8349f6922e.tar.gz |
xf86-video-imx: fix source location
* Fix source location $REL varible undefided use
instead $PV.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb_11.05.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.05.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.05.01.bb index a77e4ab..40f37ad 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.05.01.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.05.01.bb | |||
@@ -18,7 +18,7 @@ FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" | |||
18 | EXTRA_OECONF_armv7a = " --enable-neon " | 18 | EXTRA_OECONF_armv7a = " --enable-neon " |
19 | CFLAGS += " -I${STAGING_INCDIR}/xorg " | 19 | CFLAGS += " -I${STAGING_INCDIR}/xorg " |
20 | 20 | ||
21 | S = "${WORKDIR}/xserver-xorg-video-imx-${REL}" | 21 | S = "${WORKDIR}/xserver-xorg-video-imx-${PV}" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install_append () { |
24 | # driver's la files are not packaged | 24 | # driver's la files are not packaged |