summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@devbox.(none)>2011-08-24 23:04:27 -0500
committerAdrian Alonso <aalonso@devbox.(none)>2011-08-24 23:04:27 -0500
commitebdf90ae29e481778f17d66c5613ba8349f6922e (patch)
tree781cc127ea34a72612a96ae6f45417baaa19a57d
parent6c66c6c1d3000974bd85935fdea5a1490fca86ce (diff)
downloadmeta-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.bb2
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"
18EXTRA_OECONF_armv7a = " --enable-neon " 18EXTRA_OECONF_armv7a = " --enable-neon "
19CFLAGS += " -I${STAGING_INCDIR}/xorg " 19CFLAGS += " -I${STAGING_INCDIR}/xorg "
20 20
21S = "${WORKDIR}/xserver-xorg-video-imx-${REL}" 21S = "${WORKDIR}/xserver-xorg-video-imx-${PV}"
22 22
23do_install_append () { 23do_install_append () {
24 # driver's la files are not packaged 24 # driver's la files are not packaged