[oe-commits] Koen Kooi : omapfbplay: update for 2.6.29 header location change

GIT User account git at amethyst.openembedded.net
Thu Apr 23 12:53:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8df21d4d8c3e08dbeb181abde6d7a27654e9b0f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8df21d4d8c3e08dbeb181abde6d7a27654e9b0f1

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 23 14:48:35 2009 +0200

omapfbplay: update for 2.6.29 header location change

---

 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
 }
 





More information about the Openembedded-commits mailing list