aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-08 22:26:01 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-09 07:50:38 +0100
commit629d9fa0675a7f15ee9efad86099e77461bdc2a9 (patch)
tree022e37e1913b098688e42a8f15880ce175c15bbb /meta-oe/recipes-support
parent8b5006510a73d04f023554b2126b0858f7bbd68a (diff)
downloadmeta-openembedded-629d9fa0675a7f15ee9efad86099e77461bdc2a9.tar.gz
bzip2: bump PR of all recipes depending on bzip2
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb2
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
index 1869a41812..b0af84b055 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b"
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
-PR = "r1"
+PR = "r2"
PATCHSET = "6"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb
index fdb56a9e2c..0534c27918 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb
@@ -16,7 +16,7 @@ SRC_URI = "svn://code.ros.org/svn/opencv/tags/2.3.1;module=opencv;proto=https \
SRCREV = "7198"
PV = "2.3.1"
-PR = "r2"
+PR = "r3"
S = "${WORKDIR}/opencv"