From 8794aab16b8db895c656e4021f755f6a585a676b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 3 Jul 2008 18:48:54 +0000 Subject: gst-ffmpeg 0.10.4: fix src_uri --- packages/gstreamer/gst-ffmpeg_0.10.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/gstreamer') diff --git a/packages/gstreamer/gst-ffmpeg_0.10.4.bb b/packages/gstreamer/gst-ffmpeg_0.10.4.bb index fdc986a0a7..dc6db0dd9c 100644 --- a/packages/gstreamer/gst-ffmpeg_0.10.4.bb +++ b/packages/gstreamer/gst-ffmpeg_0.10.4.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "LGPL" HOMEPAGE = "http://www.gstreamer.net/" DEPENDS = "ffmpeg gstreamer zlib" -PR = "r0" +PR = "r1" # This uses the systems ffmpeg, which is unsupported, but we can't build the internal one with the current autotools (ab)usage DEFAULT_PREFERENCE = "-1" @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;patch =1 \ + file://configure-hack.diff;patch=1 \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" -- cgit v1.2.3