From: Koen Kooi Date: Thu, 23 Apr 2009 12:48:35 +0000 (+0200) Subject: omapfbplay: update for 2.6.29 header location change X-Git-Tag: Release-2010-05/1~3698^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df21d4d8c3e08dbeb181abde6d7a27654e9b0f1;p=openembedded.git omapfbplay: update for 2.6.29 header location change --- diff --git a/recipes/ffmpeg/omapfbplay_git.bb b/recipes/ffmpeg/omapfbplay_git.bb index 202c29f291..67189c5c3c 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 }