summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 16:37:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 16:57:21 +0200
commit8dd59bdb181eaa9b2325d1e75f657e1b78c181fc (patch)
tree7d23b7dfd5dee57d568436e45e97f480f08298b3 /recipes
parent1ac5a19b93b8da1150c17345c2308fa23e7c2aa7 (diff)
downloadopenembedded-8dd59bdb181eaa9b2325d1e75f657e1b78c181fc.tar.gz
recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/dillo/dillo2_2.1.1.bb2
-rw-r--r--recipes/git/git-native_1.7.0.2.bb2
-rw-r--r--recipes/git/git_1.7.0.2.bb2
-rw-r--r--recipes/gstreamer/gst-plugins-bad_0.10.19.bb2
-rw-r--r--recipes/gtk-webcore/midori_0.2.4.bb2
-rw-r--r--recipes/gtk-webcore/midori_git.bb2
-rw-r--r--recipes/links/links-x11_2.0+2.1pre30.bb2
-rw-r--r--recipes/mbuffer/mbuffer_20091227.bb2
-rw-r--r--recipes/navit/navit_svn.bb2
-rw-r--r--recipes/openldap/openldap_2.4.23.bb1
-rw-r--r--recipes/openssh/openssh_5.2p1.bb2
-rw-r--r--recipes/openvpn/openvpn_2.1.0.bb1
-rw-r--r--recipes/python/python-ldap_2.3.9.bb1
-rw-r--r--recipes/python/python_2.6.4.bb2
-rw-r--r--recipes/socat/socat_1.7.1.2.bb2
15 files changed, 15 insertions, 12 deletions
diff --git a/recipes/dillo/dillo2_2.1.1.bb b/recipes/dillo/dillo2_2.1.1.bb
index e4d319c248..69b9c65f05 100644
--- a/recipes/dillo/dillo2_2.1.1.bb
+++ b/recipes/dillo/dillo2_2.1.1.bb
@@ -8,7 +8,7 @@ RDEPENDS_${PN} = "fltk2-images"
SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.bz2 \
file://dillo.desktop \
file://dillo.png"
-PR = "r5"
+PR = "r6"
S = "${WORKDIR}/dillo-${PV}/"
diff --git a/recipes/git/git-native_1.7.0.2.bb b/recipes/git/git-native_1.7.0.2.bb
index b55070aa71..a4656e9af9 100644
--- a/recipes/git/git-native_1.7.0.2.bb
+++ b/recipes/git/git-native_1.7.0.2.bb
@@ -1,7 +1,7 @@
require git.inc
inherit native
DEPENDS = "openssl-native curl-native zlib-native expat-native"
-PR = "r4"
+PR = "r5"
SRC_URI[src.md5sum] = "76518fa774b36de81d160b85fa4f19c1"
SRC_URI[src.sha256sum] = "5601df7fc282fdd66de196b282694eb77dcfc50438f01587de144b3ead1a6b2f"
diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb
index a3a73f02ba..be7a526d1c 100644
--- a/recipes/git/git_1.7.0.2.bb
+++ b/recipes/git/git_1.7.0.2.bb
@@ -14,7 +14,7 @@ RDEPENDS_${PN} = "perl perl-module-file-path cpio findutils sed"
# Dropbear ssh needs a wrapper script, so install openssh-ssh to make it work out of the box
RRECOMMENDS_${PN} = "openssh-ssh"
-PR = "r6"
+PR = "r7"
do_install_append() {
# Fix broken hardlinks
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
index bd2819f4ed..0f0ff210e1 100644
--- a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
@@ -5,7 +5,7 @@ SRC_URI[archive.sha256sum] = "7b6c49f22caad3b573aee481381355b38ac9f2077f291d9f33
DEPENDS += "orc-native orc libcdaudio gst-plugins-base openssl directfb"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
# We don't have vdpau headers in OE and it creates crosscompile badness
EXTRA_OECONF_append = " --disable-vdpau --enable-sdl"
diff --git a/recipes/gtk-webcore/midori_0.2.4.bb b/recipes/gtk-webcore/midori_0.2.4.bb
index 6a5c22a6ea..b04802c556 100644
--- a/recipes/gtk-webcore/midori_0.2.4.bb
+++ b/recipes/gtk-webcore/midori_0.2.4.bb
@@ -1,6 +1,6 @@
require midori.inc
-PR = "r1"
+PR = "r2"
DEPENDS += "python-native python-docutils-native"
diff --git a/recipes/gtk-webcore/midori_git.bb b/recipes/gtk-webcore/midori_git.bb
index f3a28fd665..89182c28b4 100644
--- a/recipes/gtk-webcore/midori_git.bb
+++ b/recipes/gtk-webcore/midori_git.bb
@@ -4,7 +4,7 @@ DEPENDS += "python-native python-docutils-native"
# increment PR every time SRCREV is updated!
SRCREV = "400139644371c0b675723f9a986ddab4445a8794"
-PR = "r2"
+PR = "r3"
PV = "0.1.7+${PR}+gitr${SRCPV}"
SRC_URI = "git://git.xfce.org/apps/midori;protocol=git \
diff --git a/recipes/links/links-x11_2.0+2.1pre30.bb b/recipes/links/links-x11_2.0+2.1pre30.bb
index 74dc6ee605..bb00859b9a 100644
--- a/recipes/links/links-x11_2.0+2.1pre30.bb
+++ b/recipes/links/links-x11_2.0+2.1pre30.bb
@@ -2,7 +2,7 @@ require links.inc
DEPENDS += "virtual/libx11"
RCONFLICTS_${PN} = "links"
-PR = "r3"
+PR = "r4"
SRC_URI += " file://links2.desktop \
http://www.xora.org.uk/oe/links2.png;name=icon"
diff --git a/recipes/mbuffer/mbuffer_20091227.bb b/recipes/mbuffer/mbuffer_20091227.bb
index ab9bfd1ef6..c5774ef72c 100644
--- a/recipes/mbuffer/mbuffer_20091227.bb
+++ b/recipes/mbuffer/mbuffer_20091227.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "mbuffer is a tool for buffering data streams with a large set of
HOMEPAGE = "http://www.maier-komor.de/mbuffer.html"
LICENSE = "GPLv3"
SECTION = "console/network"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.maier-komor.de/software/mbuffer/mbuffer-20091227.tgz;name=mbuffer20091227tgz"
SRC_URI[mbuffer20091227tgz.md5sum] = "191663396b4b1752d7104803631b9e54"
diff --git a/recipes/navit/navit_svn.bb b/recipes/navit/navit_svn.bb
index 6d090356e9..85e1159bd9 100644
--- a/recipes/navit/navit_svn.bb
+++ b/recipes/navit/navit_svn.bb
@@ -2,7 +2,7 @@ require navit.inc
SRCREV = "3525"
PV = "0.1.99+svnr${SRCPV}"
-PR = "${INC_PR}.9"
+PR = "${INC_PR}.10"
S = "${WORKDIR}/navit"
SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=https "
diff --git a/recipes/openldap/openldap_2.4.23.bb b/recipes/openldap/openldap_2.4.23.bb
index af60fe49f1..c7248fd49f 100644
--- a/recipes/openldap/openldap_2.4.23.bb
+++ b/recipes/openldap/openldap_2.4.23.bb
@@ -12,6 +12,7 @@ LICENSE = "OpenLDAP"
SECTION = "libs"
LDAP_VER = "${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
+PR = "r1"
SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz"
SRC_URI += "file://openldap-m4-pthread.patch"
diff --git a/recipes/openssh/openssh_5.2p1.bb b/recipes/openssh/openssh_5.2p1.bb
index 66eff25928..2dd389432e 100644
--- a/recipes/openssh/openssh_5.2p1.bb
+++ b/recipes/openssh/openssh_5.2p1.bb
@@ -1,6 +1,6 @@
require openssh.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
file://sshd_config \
diff --git a/recipes/openvpn/openvpn_2.1.0.bb b/recipes/openvpn/openvpn_2.1.0.bb
index e46d369123..16d551f8d7 100644
--- a/recipes/openvpn/openvpn_2.1.0.bb
+++ b/recipes/openvpn/openvpn_2.1.0.bb
@@ -1,5 +1,6 @@
require openvpn.inc
+PR = "r1"
SRC_URI = "http://openvpn.net/release/${P}.tar.gz \
file://openvpn"
diff --git a/recipes/python/python-ldap_2.3.9.bb b/recipes/python/python-ldap_2.3.9.bb
index f7f3cbe94e..de7d633855 100644
--- a/recipes/python/python-ldap_2.3.9.bb
+++ b/recipes/python/python-ldap_2.3.9.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
LICENSE = "Python-style"
HOMEPAGE = "http://www.python-ldap.org/"
DEPENDS = "python openldap"
+PR = "r1"
SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz \
file://setup.cfg.patch"
diff --git a/recipes/python/python_2.6.4.bb b/recipes/python/python_2.6.4.bb
index 16efd51e4a..594ffb0af7 100644
--- a/recipes/python/python_2.6.4.bb
+++ b/recipes/python/python_2.6.4.bb
@@ -3,7 +3,7 @@ DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl zlib\
${@base_contains('DISTRO_FEATURES', 'tk', 'tk', '', d)}"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
# set to .0 on every increase of INC_PR
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \
diff --git a/recipes/socat/socat_1.7.1.2.bb b/recipes/socat/socat_1.7.1.2.bb
index e3accb6377..3b56de1853 100644
--- a/recipes/socat/socat_1.7.1.2.bb
+++ b/recipes/socat/socat_1.7.1.2.bb
@@ -3,7 +3,7 @@ DEPENDS = "openssl"
DESCRIPTION = "Socat is a relay for bidirectional data \
transfer between two independent data channels."
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \
file://compile.patch"