Revert "Updated some recipes"
[openembedded.git] / recipes / gstreamer / gst-ffmpeg_0.10.2.bb
index c835011..d41a013 100644 (file)
@@ -9,8 +9,8 @@ PR = "r2"
 inherit autotools pkgconfig
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
-          file://armv5.patch \
-          file://autotools.patch \
+          file://armv5.patch;patch=1 \
+          file://autotools.patch;patch=1 \
           "
 
 FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
@@ -30,6 +30,3 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
 # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
 CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"
 
-
-SRC_URI[md5sum] = "3c7fb1cd1308b1972a76b86bb29fc890"
-SRC_URI[sha256sum] = "ffa7c89bccab5d1be53b6fcedcf7a5c071d585cf522fee5864add05d350f5842"