From 5437248d9e7f43d02caa9cc86fd71ea859032d09 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 25 Jun 2009 17:49:34 +0200 Subject: packages/gstreamer/*.bb: fix some gst-plugin-* PR... when gst-plugins-base or gstreamer core changes we must recompile all plugins --- packages/gstreamer/gst-plugin-dvbmediasink.bb | 3 +-- packages/gstreamer/gst-plugins-bad_0.10.10.bb | 1 - packages/gstreamer/gst-plugins-base_0.10.22.bb | 1 - packages/gstreamer/gst-plugins-good_0.10.14.bb | 1 - packages/gstreamer/gst-plugins.inc | 2 +- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/gstreamer/gst-plugin-dvbmediasink.bb b/packages/gstreamer/gst-plugin-dvbmediasink.bb index d08a7a03c1..f6c95685d4 100644 --- a/packages/gstreamer/gst-plugin-dvbmediasink.bb +++ b/packages/gstreamer/gst-plugin-dvbmediasink.bb @@ -4,8 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Felix Domke " DEPENDS = "gstreamer" PV = "0.10+${SRCDATE}" -PR = "r0" -PR_dm7025 = "r2" +PR = "r3" inherit autotools pkgconfig diff --git a/packages/gstreamer/gst-plugins-bad_0.10.10.bb b/packages/gstreamer/gst-plugins-bad_0.10.10.bb index 38e5c99fb6..261deec78c 100644 --- a/packages/gstreamer/gst-plugins-bad_0.10.10.bb +++ b/packages/gstreamer/gst-plugins-bad_0.10.10.bb @@ -3,4 +3,3 @@ DEPENDS += "gst-plugins-base" EXTRA_OECONF += "--disable-apexsink --disable-dvdnav" RCONFLICTS_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux" RREPLACES_gst-plugin-mpegdemux = "gst-plugin-fluendo-mpegdemux" -PR = "r1" diff --git a/packages/gstreamer/gst-plugins-base_0.10.22.bb b/packages/gstreamer/gst-plugins-base_0.10.22.bb index e659a9b4b4..4c742b4ccc 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.22.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.22.bb @@ -2,4 +2,3 @@ include gst-plugins.inc PROVIDES_${PN} += "gst-plugins" RCONFLICTS_gst-plugins-base = "libgstapp-0.10-0" RREPLACES_gst-plugins-base = "libgstapp-0.10-0" -PR = "r1" diff --git a/packages/gstreamer/gst-plugins-good_0.10.14.bb b/packages/gstreamer/gst-plugins-good_0.10.14.bb index f50e8e5481..c81380336d 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.14.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.14.bb @@ -1,5 +1,4 @@ require gst-plugins.inc SRC_URI += "file://sed-with-autoconf-2.59.patch;patch=1;pnum=1 \ file://backport_matroskademux_memleak_fix.patch;patch=1;pnum=1" -PR = "r1" DEPENDS += "gst-plugins-base" diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 4c559bbe63..6dcc37d6fa 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -3,7 +3,7 @@ SECTION = "multimedia" PRIORITY = "optional" MAINTAINER = "Felix Domke " DEPENDS = "gstreamer libcdio libmikmod libmad libogg tremor libvorbis libid3tag liboil alsa-lib neon flac" -PR = "r0" +PR = "r2" inherit autotools pkgconfig -- cgit 1.2.3-korg