summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-rw-r--r--meta-oe/recipes-multimedia/xbmc/xbmc_git.bb2
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
index 2c922e733..7f27ca67e 100644
--- a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2d
9SRCREV = "f38655f1b565926846c1e17e0e7801c811037b1f" 9SRCREV = "f38655f1b565926846c1e17e0e7801c811037b1f"
10 10
11PV = "11.0" 11PV = "11.0"
12PR = "r10" 12PR = "r11"
13PR_append = "+gitr${SRCPV}" 13PR_append = "+gitr${SRCPV}"
14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ 14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \ 15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
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 1869a4181..b0af84b05 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"
5# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. 5# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
6DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" 6DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
7 7
8PR = "r1" 8PR = "r2"
9 9
10PATCHSET = "6" 10PATCHSET = "6"
11SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ 11SRC_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 fdb56a9e2..0534c2791 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 \
16SRCREV = "7198" 16SRCREV = "7198"
17 17
18PV = "2.3.1" 18PV = "2.3.1"
19PR = "r2" 19PR = "r3"
20 20
21S = "${WORKDIR}/opencv" 21S = "${WORKDIR}/opencv"
22 22