]> code.ossystems Code Review - openembedded-core.git/commitdiff
PR bump packages with gdbm in DEPENDS
authorAndrei Gherzan <andrei@gherzan.ro>
Fri, 13 Apr 2012 10:34:19 +0000 (13:34 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 14:57:27 +0000 (15:57 +0100)
This is done because of this change in gdbm:
"gdbm: Package compat libs in gdbm-compat"

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl_5.14.2.bb
meta/recipes-devtools/python/python_2.7.2.bb
meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb
meta/recipes-support/apr/apr-util_1.4.1.bb

index 92ca9b83d77f9807ea0a8f823418d8b57a05403e..8f3ad253d094cd40f6750e8ed38ada9aadbedba1 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db grep-native"
 DEPENDS += "gdbm zlib"
-PR = "r4"
+PR = "r5"
 
 # 5.10.1 has Module::Build built-in
 PROVIDES += "libmodule-build-perl"
index d1d0d83b75ef84a000f1237e0125086cc64490a9..0a1708a57e2c295c0851d2e7347dff664a331473 100644 (file)
@@ -1,6 +1,6 @@
 require python.inc
 DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
-PR = "${INC_PR}.10"
+PR = "${INC_PR}.11"
 
 DISTRO_SRC_URI ?= "file://sitecustomize.py"
 DISTRO_SRC_URI_linuxstdbase = ""
index e98a59188ece4a498d97ed7f3f1759fdee58e1af..fd61149b3a08e90a0fdf0f100c4e86a1c1de929a 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r7"
+PR = "r8"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
index 029cf7ed9e0e3ce7432d1117fbb48b766a2b701c..deb608f8dea04d2003b72881d00f6254893e9379 100644 (file)
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
                     file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
            file://configfix.patch \