[oe-commits] Martin Jansa : recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1 .0.0

git version control git at git.openembedded.org
Mon Aug 16 15:02:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8dd59bdb181eaa9b2325d1e75f657e1b78c181fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8dd59bdb181eaa9b2325d1e75f657e1b78c181fc

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 16 16:37:24 2010 +0200

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 at gmail.com>

---

 recipes/dillo/dillo2_2.1.1.bb                |    2 +-
 recipes/git/git-native_1.7.0.2.bb            |    2 +-
 recipes/git/git_1.7.0.2.bb                   |    2 +-
 recipes/gstreamer/gst-plugins-bad_0.10.19.bb |    2 +-
 recipes/gtk-webcore/midori_0.2.4.bb          |    2 +-
 recipes/gtk-webcore/midori_git.bb            |    2 +-
 recipes/links/links-x11_2.0+2.1pre30.bb      |    2 +-
 recipes/mbuffer/mbuffer_20091227.bb          |    2 +-
 recipes/navit/navit_svn.bb                   |    2 +-
 recipes/openldap/openldap_2.4.23.bb          |    1 +
 recipes/openssh/openssh_5.2p1.bb             |    2 +-
 recipes/openvpn/openvpn_2.1.0.bb             |    1 +
 recipes/python/python-ldap_2.3.9.bb          |    1 +
 recipes/python/python_2.6.4.bb               |    2 +-
 recipes/socat/socat_1.7.1.2.bb               |    2 +-
 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 e4d319c..69b9c65 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 b55070a..a4656e9 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 a3a73f0..be7a526 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 bd2819f..0f0ff21 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 6a5c22a..b04802c 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 f3a28fd..89182c2 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 74dc6ee..bb00859 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 ab9bfd1..c5774ef 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 6d09035..85e1159 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 af60fe4..c7248fd 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 66eff25..2dd3894 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 e46d369..16d551f 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 f7f3cbe..de7d633 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 16efd51..594ffb0 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 e3accb6..3b56de1 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"





More information about the Openembedded-commits mailing list