diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:37:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:50:51 +0200 |
commit | dce51c1b4ea37b62b953e1b719c8468e14d2f5ca (patch) | |
tree | d9f31ab62b7087b7cc40d85284824461f23f5433 /recipes/mozilla | |
parent | 719de6735f6d14ad05f231df900795bbb19a2810 (diff) |
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
* only 769 from 1102 recipes were covered by automatic PR bump, list
of remaining 333 recipes not using PR/INC_PR is available for manual
PR add or INC_PR conversion - volunteers?
http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
idea without manual check, because sometimes they rely on PR set in
their .inc file and "r1" could make it go backwards
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mozilla')
-rw-r--r-- | recipes/mozilla/firefox-addon.inc | 2 | ||||
-rw-r--r-- | recipes/mozilla/firefox-l10n.inc | 2 | ||||
-rw-r--r-- | recipes/mozilla/thunderbird_1.0.7.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mozilla/firefox-addon.inc b/recipes/mozilla/firefox-addon.inc index 427dce5da5..a11001856c 100644 --- a/recipes/mozilla/firefox-addon.inc +++ b/recipes/mozilla/firefox-addon.inc @@ -11,7 +11,7 @@ do_configure() { unzip -o -q -d xpi *.xpi } -INC_PR = "r1" +INC_PR = "r2" do_install() { cd ${S}/xpi diff --git a/recipes/mozilla/firefox-l10n.inc b/recipes/mozilla/firefox-l10n.inc index 640981e402..4ab8873488 100644 --- a/recipes/mozilla/firefox-l10n.inc +++ b/recipes/mozilla/firefox-l10n.inc @@ -22,7 +22,7 @@ do_configure() { unzip -o -q -d ${LANGUAGE} ${LANGUAGE}.xpi } -INC_PR = "r1" +INC_PR = "r2" do_install() { cd ${S}/${LANGUAGE} diff --git a/recipes/mozilla/thunderbird_1.0.7.bb b/recipes/mozilla/thunderbird_1.0.7.bb index 7665012e0f..8bf438d960 100644 --- a/recipes/mozilla/thunderbird_1.0.7.bb +++ b/recipes/mozilla/thunderbird_1.0.7.bb @@ -1,7 +1,7 @@ SECTION = "x11/utils" DEPENDS += "gnupg" RRECOMMENDS_${PN} += "gnupg" -PR = "r1" +PR = "r2" EMVER="0.92.0" IPCVER="1.1.3" |