git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a2e72
)
omapfbplay-xv: enable omapfb driver as well
author
Koen Kooi
<koen@openembedded.org>
Wed, 8 Jul 2009 16:56:51 +0000
(18:56 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 8 Jul 2009 16:56:51 +0000
(18:56 +0200)
recipes/ffmpeg/omapfbplay-xv_git.bb
patch
|
blob
|
history
diff --git
a/recipes/ffmpeg/omapfbplay-xv_git.bb
b/recipes/ffmpeg/omapfbplay-xv_git.bb
index
b739861
..
3e676e9
100644
(file)
--- a/
recipes/ffmpeg/omapfbplay-xv_git.bb
+++ b/
recipes/ffmpeg/omapfbplay-xv_git.bb
@@
-2,6
+2,7
@@
DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays"
DEPENDS = "libxv bzip2 lame ffmpeg virtual/kernel"
LICENSE = "MIT"
+PR = "r1"
PV = "0.0+${PR}+gitr${SRCREV}"
SRCREV = "e66bf25df1f1ff085e6db102b282d90e7ceff4bf"
@@
-19,7
+20,7
@@
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 XV=y NETSYNC=y -e
+ oe_runmake
OMAPFB=y
XV=y NETSYNC=y -e
}
do_install() {