diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-15 10:51:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-16 08:43:43 +0100 |
commit | 5c24a66ea7b8844680b0926bac31f2b1f68c0941 (patch) | |
tree | 05b47b6a32111ae6493339c6009a58a2a499447c | |
parent | c59fda28b29afcdcb245651cabbe08a76856d8ca (diff) | |
download | meta-openembedded-5c24a66ea7b8844680b0926bac31f2b1f68c0941.tar.gz |
pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend | 2 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/fftw/fftwf_3.2.2.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend index 61a9558ce..ea2842228 100644 --- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend | |||
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | |||
3 | DEPENDS += "perl-native" | 3 | DEPENDS += "perl-native" |
4 | BBCLASSEXTEND = "native" | 4 | BBCLASSEXTEND = "native" |
5 | 5 | ||
6 | PRINC = "6" | 6 | PRINC = "7" |
7 | 7 | ||
8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" | 8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" |
9 | 9 | ||
diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index c8277f9bd..89b14ca6c 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++ b/meta-oe/recipes-multimedia/libav/libav.inc | |||
@@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm" | |||
11 | # faac faad2 lame schroedinger libgsm | 11 | # faac faad2 lame schroedinger libgsm |
12 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" | 12 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" |
13 | 13 | ||
14 | INC_PR = "r1" | 14 | INC_PR = "r2" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
diff --git a/meta-oe/recipes-multimedia/webm/libvpx.inc b/meta-oe/recipes-multimedia/webm/libvpx.inc index 76e319f77..fbece03ac 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx.inc +++ b/meta-oe/recipes-multimedia/webm/libvpx.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "vpx Multi-Format Codec SDK" | 1 | DESCRIPTION = "vpx Multi-Format Codec SDK" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | 3 | ||
4 | INC_PR = "r0" | 4 | INC_PR = "r1" |
5 | 5 | ||
6 | SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2" | 6 | SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2" |
7 | S = "${WORKDIR}/libvpx-v${PV}" | 7 | S = "${WORKDIR}/libvpx-v${PV}" |
diff --git a/meta-oe/recipes-support/fftw/fftwf_3.2.2.bb b/meta-oe/recipes-support/fftw/fftwf_3.2.2.bb index da3fc6f82..466ba8dbc 100644 --- a/meta-oe/recipes-support/fftw/fftwf_3.2.2.bb +++ b/meta-oe/recipes-support/fftw/fftwf_3.2.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require fftw.inc | 1 | require fftw.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz \ | 5 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz \ |
6 | file://vesperix-neon.patch \ | 6 | file://vesperix-neon.patch \ |