diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-23 14:48:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-23 14:48:35 +0200 |
commit | 8df21d4d8c3e08dbeb181abde6d7a27654e9b0f1 (patch) | |
tree | 52a0cc526f1a191974f0c8f20c9f6dc925a51c1e | |
parent | 1496aea759adb716453d0fbf85795a5a6e914484 (diff) |
omapfbplay: update for 2.6.29 header location change
-rw-r--r-- | 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 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 } |