diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-07-30 16:39:47 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-07-30 16:40:02 +0200 |
commit | 562168a4425f8fb7d66501bd11e7d437938973b9 (patch) | |
tree | 144eda11c83c6b0197ca23c0b82d025049b5513a /recipes/vlc | |
parent | 46fee85f2ec508e213a91ea3a257ba54bc6f8a91 (diff) |
ffmpeg_svn.bb: bump SRCREV to make it build on armv4t again
and bump PR of recipes that depend on it
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/vlc')
-rw-r--r-- | recipes/vlc/vlc_1.0.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/vlc/vlc_1.0.6.bb b/recipes/vlc/vlc_1.0.6.bb index 81d621d19a..12da53049a 100644 --- a/recipes/vlc/vlc_1.0.6.bb +++ b/recipes/vlc/vlc_1.0.6.bb @@ -11,6 +11,7 @@ SRC_URI[sha256sum] = "f521933e7a1021746d8ecde6caa2f9d1b43187ab2e13df6abc07540e41 # ffmpeg from git (library version => 52) is required # libtool-native must be >= 2.2.4 DEPENDS += "libdvdcss libdvdread" +PR = "r1" EXTRA_OECONF += "\ --enable-dvdread \ |