summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-10-31 11:25:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-01 15:30:48 +0100
commit191499a2b54d04855284347ce5a067f998646be4 (patch)
tree47a52e3970dcb1d560b63cc04f0bc1e899093358 /meta-oe/recipes-support
parent8efa63e1a846a015bec57d8f4ba6054c5ec96d39 (diff)
downloadmeta-openembedded-191499a2b54d04855284347ce5a067f998646be4.tar.gz
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/ccid/ccid_1.4.8.bb1
-rw-r--r--meta-oe/recipes-support/ckermit/ckermit_301.bb1
-rw-r--r--meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb1
-rw-r--r--meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb1
-rw-r--r--meta-oe/recipes-support/mini-iconv/mini-iconv.bb1
-rw-r--r--meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb1
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb1
-rw-r--r--meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb1
10 files changed, 0 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
index 857675373..5524f9ee9 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "Generic USB CCID smart card reader driver"
2HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" 2HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5PR = "r0"
6 5
7DEPENDS = "virtual/libusb0 pcsc-lite" 6DEPENDS = "virtual/libusb0 pcsc-lite"
8RDEPENDS_${PN} = "pcsc-lite" 7RDEPENDS_${PN} = "pcsc-lite"
diff --git a/meta-oe/recipes-support/ckermit/ckermit_301.bb b/meta-oe/recipes-support/ckermit/ckermit_301.bb
index c46369fe9..b255f5e7e 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_301.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_301.bb
@@ -8,7 +8,6 @@ SECTION = "console/network"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3" 9LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3"
10SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}" 10SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
11PR = "r0"
12 11
13export CC2 = "${CC}" 12export CC2 = "${CC}"
14export BINDIR = "${bindir}" 13export BINDIR = "${bindir}"
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
index 1dbac295d..f82991b72 100644
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
+++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "Replacement syslog API" 1DESCRIPTION = "Replacement syslog API"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767"
4PR = "r0"
5 4
6SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz" 5SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz"
7 6
diff --git a/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb b/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
index 97bc3ea78..ce30beaf8 100644
--- a/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
+++ b/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
@@ -1,6 +1,5 @@
1require ${PN}.inc 1require ${PN}.inc
2 2
3PR = "r0"
4 3
5SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd" 4SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd"
6SRC_URI[sha256sum] = "4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72" 5SRC_URI[sha256sum] = "4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72"
diff --git a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
index 56260975d..93a4f4e8f 100644
--- a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
+++ b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
@@ -7,7 +7,6 @@ LICENSE = "MPL-1.1"
7SECTION = "libs" 7SECTION = "libs"
8DEPENDS = "" 8DEPENDS = ""
9PROVIDES = "virtual/libiconv" 9PROVIDES = "virtual/libiconv"
10PR = "r0"
11LIC_FILES_CHKSUM = "file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8" 10LIC_FILES_CHKSUM = "file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8"
12SRC_URI = "http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2" 11SRC_URI = "http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2"
13SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0" 12SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0"
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
index 678f17c06..1178e90cb 100644
--- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
+++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7DEPENDS = "mysql5" 7DEPENDS = "mysql5"
8 8
9PR = "r0"
10SRCNAME = "MySQL-python" 9SRCNAME = "MySQL-python"
11 10
12SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \ 11SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
index a0dbef468..168395fca 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
@@ -5,7 +5,6 @@ LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7" 5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7"
6SRCREV = "4949" 6SRCREV = "4949"
7PV = "1.0+svnr${SRCPV}" 7PV = "1.0+svnr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" 9SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
11S = "${WORKDIR}/gpio" 10S = "${WORKDIR}/gpio"
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index ed87a141c..5d89b6479 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/network" 5SECTION = "console/network"
6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" 9SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
11S = "${WORKDIR}/git/tools/serial_forward" 10S = "${WORKDIR}/git/tools/serial_forward"
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 240597ce0..9d7b990e0 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/devel" 5SECTION = "console/devel"
6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" 9SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
11S = "${WORKDIR}/git/tools/serial_forward" 10S = "${WORKDIR}/git/tools/serial_forward"
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
index 06db8c488..c31eae10f 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aa
5# start-stop-daemon is usually shipped by dpkg 5# start-stop-daemon is usually shipped by dpkg
6DEPENDS = "ncurses" 6DEPENDS = "ncurses"
7RCONFLICS_${PN} = "dpkg" 7RCONFLICS_${PN} = "dpkg"
8PR = "r0"
9 8
10SRC_URI = "http://sources.openembedded.org/dpkg_${PV}.tar.bz2" 9SRC_URI = "http://sources.openembedded.org/dpkg_${PV}.tar.bz2"
11SRC_URI[md5sum] = "d211a84f38987771a49ad1c0f144334a" 10SRC_URI[md5sum] = "d211a84f38987771a49ad1c0f144334a"