diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-08 22:26:01 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-09 07:50:38 +0100 |
| commit | 629d9fa0675a7f15ee9efad86099e77461bdc2a9 (patch) | |
| tree | 022e37e1913b098688e42a8f15880ce175c15bbb | |
| parent | 8b5006510a73d04f023554b2126b0858f7bbd68a (diff) | |
| download | meta-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>
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index c09c8beda2..0b39f1b56e 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib" | |||
| 13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
| 14 | # Some legacy packages will require gnome-mime-data to be installed, but use of | 14 | # Some legacy packages will require gnome-mime-data to be installed, but use of |
| 15 | # it is deprecated. | 15 | # it is deprecated. |
| 16 | PR = "r0" | 16 | PR = "r1" |
| 17 | 17 | ||
| 18 | inherit gnome | 18 | inherit gnome |
| 19 | 19 | ||
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb index bd770ae7d7..20331bd5c7 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ |
| 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" | 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" |
| 5 | 5 | ||
| 6 | PR = "r2" | 6 | PR = "r3" |
| 7 | 7 | ||
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb index 2c922e733b..7f27ca67e0 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 | |||
| 9 | SRCREV = "f38655f1b565926846c1e17e0e7801c811037b1f" | 9 | SRCREV = "f38655f1b565926846c1e17e0e7801c811037b1f" |
| 10 | 10 | ||
| 11 | PV = "11.0" | 11 | PV = "11.0" |
| 12 | PR = "r10" | 12 | PR = "r11" |
| 13 | PR_append = "+gitr${SRCPV}" | 13 | PR_append = "+gitr${SRCPV}" |
| 14 | SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ | 14 | SRC_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 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" | |||
| 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. |
| 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" |
| 7 | 7 | ||
| 8 | PR = "r1" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | PATCHSET = "6" | 10 | PATCHSET = "6" |
| 11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 11 | 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 \ | |||
| 16 | SRCREV = "7198" | 16 | SRCREV = "7198" |
| 17 | 17 | ||
| 18 | PV = "2.3.1" | 18 | PV = "2.3.1" |
| 19 | PR = "r2" | 19 | PR = "r3" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/opencv" | 21 | S = "${WORKDIR}/opencv" |
| 22 | 22 | ||
