diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-07 21:03:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-08 09:52:20 +0200 |
commit | fca4a21b18063f16d5dff4adc914a2f131af3696 (patch) | |
tree | a11ce397fef612c742e25bcb124026e8a0619610 /recipes/gstreamer | |
parent | fc909a927ddfcb4c0c10da1b278b496c68319a6a (diff) |
recipes: bump PR for packages depending on jpeg which changed .so name with 6b -> 8b upgrade
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r-- | recipes/gstreamer/gst-plugins-bad_0.10.19.bb | 2 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins-bad_0.10.9.bb | 2 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.23.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb index b50a8b2021..bd2819f4ed 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb @@ -5,7 +5,7 @@ SRC_URI[archive.sha256sum] = "7b6c49f22caad3b573aee481381355b38ac9f2077f291d9f33 DEPENDS += "orc-native orc libcdaudio gst-plugins-base openssl directfb" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" # We don't have vdpau headers in OE and it creates crosscompile badness EXTRA_OECONF_append = " --disable-vdpau --enable-sdl" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb index e69002d38e..038fbd9f85 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb @@ -1,5 +1,5 @@ require gst-plugins.inc -PR = "r2" +PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ file://gst-plugins-directfb-fix.patch;striplevel=2 \ diff --git a/recipes/gstreamer/gst-plugins-good_0.10.23.bb b/recipes/gstreamer/gst-plugins-good_0.10.23.bb index c686994307..ebd978f2a1 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.23.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.23.bb @@ -1,5 +1,7 @@ require gst-plugins.inc +PR = "${INC_PR}.1" + SRC_URI[archive.md5sum] = "9cddbb0e7e90677f0cc05c23feffef5c" SRC_URI[archive.sha256sum] = "2e7771a611cedb1e8208601cb26744fbf33109598e222afee1be8811ba4babcf" |