[oe] [STABLE][PATCH] omapfbplay: update for 2.6.29 header location change

Koen Kooi koen.kooi at gmail.com
Sat Jun 6 09:38:16 UTC 2009


From: Koen Kooi <koen at openembedded.org>

Signed-off-by: Koen Kooi <koen at openembedded.org>
---
 recipes/ffmpeg/omapfbplay_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/ffmpeg/omapfbplay_git.bb b/recipes/ffmpeg/omapfbplay_git.bb
index 202c29f..67189c5 100644
--- a/recipes/ffmpeg/omapfbplay_git.bb
+++ b/recipes/ffmpeg/omapfbplay_git.bb
@@ -20,6 +20,7 @@ CFLAGS += " -I. -I${STAGING_KERNEL_DIR}/include "
 do_compile() {
 	cp ${STAGING_KERNEL_DIR}/arch/arm/plat-omap/include/mach/omapfb.h ${S} || true
 	cp ${STAGING_KERNEL_DIR}/include/asm-arm/arch-omap/omapfb.h ${S} || true
+	cp ${STAGING_KERNEL_DIR}/include/linux/omapfb.h ${S} || true
 	oe_runmake -e
 }
 
-- 
1.6.1





More information about the Openembedded-devel mailing list