diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-04 14:49:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-04 16:37:23 +0100 |
commit | 4d040590a7b3a44a9c18acced263dae350650bb5 (patch) | |
tree | c49ab37c1cc1c655d1c68b6770c369245e1e55e0 /recipes/mozilla/firefox_3.6.bb | |
parent | 941aaf1feb776d273ddca8f5e67bcb510811a405 (diff) |
firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bit
Diffstat (limited to 'recipes/mozilla/firefox_3.6.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.6.bb b/recipes/mozilla/firefox_3.6.bb index 43e42b731b..573154f3aa 100644 --- a/recipes/mozilla/firefox_3.6.bb +++ b/recipes/mozilla/firefox_3.6.bb @@ -1,7 +1,8 @@ DEPENDS += "cairo sqlite3 libnotify" -PR = "r2" +PR = "r4" +# The .pc files below have "3.6" hardcoded, fix that before using them in a newer FF version! SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \ file://jsautocfg.h \ file://security-cross.patch;patch=1 \ |