aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-01 12:04:52 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-01 12:09:05 +0200
commit6edd8c56a7ce5fd853ecfd66b5b50a1cc31efc22 (patch)
tree659de9ba8336e4f37cff5825ab7fc19c04d286e9
parentefae564108da7a01b6d93a737faed3e64dbccb9d (diff)
downloadopenembedded-6edd8c56a7ce5fd853ecfd66b5b50a1cc31efc22.tar.gz
x264: update snapshot and convert to new style staging
-rw-r--r--recipes/vlc/x264_r2245.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index b8bf89d0f3..93e4226fa5 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,10 +1,12 @@
DESCRIPTION = "H.264 encoder"
LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
-X264PV = "snapshot-20090928-2245"
+X264PV = "snapshot-20100531-2245"
SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2"
+SRC_URI[md5sum] = "d1ccb8122bd418291a9576a2bffdf662"
+SRC_URI[sha256sum] = "929e946947701a0b3a336a4b9cfe65daf4c52480f45d4363335ae2a3d5596fa9"
S = "${WORKDIR}/${PN}-${X264PV}"
@@ -22,9 +24,4 @@ DEPENDS_x86 = "yasm-native"
EXTRA_OECONF = '--enable-shared ${X264_DISABLE_ASM} --extra-cflags="${X264_ECFLAGS}"'
-do_stage() {
- autotools_stage_all
-}
-SRC_URI[md5sum] = "99870531113dafd01026c01a96c5fcbb"
-SRC_URI[sha256sum] = "8b435c02ed0a09d039c0a89c8ddc5470e1885630a5dcedfe3d8bc60a6d63ab69"