diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-01 10:57:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-01 10:57:32 +0100 |
commit | 5a3429c62d78ab1afd847abcba303768a072f495 (patch) | |
tree | 45a6314e4144d4a53a1f90b015c2d29d0781801a | |
parent | 09a79a497f9c362bf899a8be2295178c3ed18836 (diff) |
firefox 3.6: bump PR for package.bbclass strip problem
-rw-r--r-- | recipes/mozilla/firefox_3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.6.bb b/recipes/mozilla/firefox_3.6.bb index aa01521de8..82e92be128 100644 --- a/recipes/mozilla/firefox_3.6.bb +++ b/recipes/mozilla/firefox_3.6.bb @@ -1,6 +1,6 @@ DEPENDS += "cairo sqlite3" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \ file://jsautocfg.h \ |