diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:52:04 +0000 |
commit | 5e427966756700e596740778f16b96d03e8568c8 (patch) | |
tree | 7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-support | |
parent | 4d3c79df13920b4f095ae12caf43e866318c3143 (diff) | |
download | poky-5e427966756700e596740778f16b96d03e8568c8.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' 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).
(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.21.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_51.2.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libdaemon/libdaemon_0.14.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libical/libical_0.48.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libiconv/libiconv_1.11.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.28.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/lzop/lzop_1.03.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-support/db/db_5.3.21.bb b/meta/recipes-support/db/db_5.3.21.bb index 23d6c4e369..2265a9c20b 100644 --- a/meta/recipes-support/db/db_5.3.21.bb +++ b/meta/recipes-support/db/db_5.3.21.bb | |||
@@ -14,7 +14,6 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" | |||
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS_${PN} = "db3" |
17 | PR = "r0" | ||
18 | 17 | ||
19 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" | 18 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" |
20 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." | 19 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." |
diff --git a/meta/recipes-support/icu/icu_51.2.bb b/meta/recipes-support/icu/icu_51.2.bb index 1278d22a80..aca3ea5aea 100644 --- a/meta/recipes-support/icu/icu_51.2.bb +++ b/meta/recipes-support/icu/icu_51.2.bb | |||
@@ -2,7 +2,6 @@ require icu.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://../license.html;md5=443a74288a72fad9069a74e7637192c1" | 3 | LIC_FILES_CHKSUM = "file://../license.html;md5=443a74288a72fad9069a74e7637192c1" |
4 | 4 | ||
5 | PR = "r0" | ||
6 | 5 | ||
7 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-51_2-src.tgz" | 6 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-51_2-src.tgz" |
8 | SRC_URI = "${BASE_SRC_URI} \ | 7 | SRC_URI = "${BASE_SRC_URI} \ |
diff --git a/meta/recipes-support/libdaemon/libdaemon_0.14.bb b/meta/recipes-support/libdaemon/libdaemon_0.14.bb index e93a3574d3..bcba1d54b9 100644 --- a/meta/recipes-support/libdaemon/libdaemon_0.14.bb +++ b/meta/recipes-support/libdaemon/libdaemon_0.14.bb | |||
@@ -5,7 +5,6 @@ HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
7 | file://libdaemon/daemon.h;beginline=9;endline=21;md5=bd9fbe57cd96d1a5848a8ba12d9a6bf4" | 7 | file://libdaemon/daemon.h;beginline=9;endline=21;md5=bd9fbe57cd96d1a5848a8ba12d9a6bf4" |
8 | PR = "r0" | ||
9 | 8 | ||
10 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" | 9 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" |
11 | 10 | ||
diff --git a/meta/recipes-support/libical/libical_0.48.bb b/meta/recipes-support/libical/libical_0.48.bb index 80f629c44b..459c5c54a0 100644 --- a/meta/recipes-support/libical/libical_0.48.bb +++ b/meta/recipes-support/libical/libical_0.48.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ | |||
6 | file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" | 6 | file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | 9 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ |
12 | file://pthread-fix.patch" | 11 | file://pthread-fix.patch" |
diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/meta/recipes-support/libiconv/libiconv_1.11.1.bb index 055e20d4f1..dfcff0b96d 100644 --- a/meta/recipes-support/libiconv/libiconv_1.11.1.bb +++ b/meta/recipes-support/libiconv/libiconv_1.11.1.bb | |||
@@ -4,7 +4,6 @@ HOMEPAGE = "http://www.gnu.org/software/libiconv" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" | 5 | NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" |
6 | PROVIDES = "virtual/libiconv" | 6 | PROVIDES = "virtual/libiconv" |
7 | PR = "r0" | ||
8 | LICENSE = "LGPL" | 7 | LICENSE = "LGPL" |
9 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ |
10 | file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 9 | file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb index ae2e6b18b1..a1006932e1 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
10 | PR = "r0" | ||
11 | 10 | ||
12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | 11 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ |
13 | file://pkgconfig_fix.patch" | 12 | file://pkgconfig_fix.patch" |
diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb index 8b5756ab57..abfc81cfb9 100644 --- a/meta/recipes-support/lzop/lzop_1.03.bb +++ b/meta/recipes-support/lzop/lzop_1.03.bb | |||
@@ -6,7 +6,6 @@ compression ratio. The lzop compression utility was designed with the goals \n\ | |||
6 | of reliability, speed, portability and with reasonable drop-in compatibility \n\ | 6 | of reliability, speed, portability and with reasonable drop-in compatibility \n\ |
7 | to gzip." | 7 | to gzip." |
8 | DEPENDS += "lzo" | 8 | DEPENDS += "lzo" |
9 | PR = "r0" | ||
10 | 9 | ||
11 | LICENSE = "GPLv2+" | 10 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e \ |
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb index 301cf27ee2..ecf6fba974 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb +++ b/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | require shared-mime-info.inc | 1 | require shared-mime-info.inc |
2 | PR = "r0" | ||
3 | 2 | ||
4 | SRC_URI[md5sum] = "12ba00bf1cb2e69bfba73127e708e833" | 3 | SRC_URI[md5sum] = "12ba00bf1cb2e69bfba73127e708e833" |
5 | SRC_URI[sha256sum] = "184d094b157a9ec2607ad26a1a1837e6e07f3fcbeb38d8b6d412906156f9e06c" | 4 | SRC_URI[sha256sum] = "184d094b157a9ec2607ad26a1a1837e6e07f3fcbeb38d8b6d412906156f9e06c" |