diff options
author | Mario Domenech Goulart <mario.goulart@gmail.com> | 2010-01-20 22:28:08 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2010-01-20 22:41:14 -0200 |
commit | 0f3c7c020d85e9dc479d520789ec1280d833dd24 (patch) | |
tree | a57d8de6aeab1961fa94179780fc76a988990dce /recipes/mozilla | |
parent | bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70 (diff) |
firefox: added sqlite3 as dependency for firefox >= 3.5
Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
Diffstat (limited to 'recipes/mozilla')
-rw-r--r-- | recipes/mozilla/firefox_3.5.2.bb | 4 | ||||
-rw-r--r-- | recipes/mozilla/firefox_3.5.4.bb | 4 | ||||
-rw-r--r-- | recipes/mozilla/firefox_3.5.5.bb | 4 | ||||
-rw-r--r-- | recipes/mozilla/firefox_3.5b4.bb | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/recipes/mozilla/firefox_3.5.2.bb b/recipes/mozilla/firefox_3.5.2.bb index f126f13763..3d940d7af5 100644 --- a/recipes/mozilla/firefox_3.5.2.bb +++ b/recipes/mozilla/firefox_3.5.2.bb @@ -1,5 +1,5 @@ -DEPENDS += "cairo" -PR = "r2" +DEPENDS += "cairo sqlite3" +PR = "r3" SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ file://jsautocfg.h \ diff --git a/recipes/mozilla/firefox_3.5.4.bb b/recipes/mozilla/firefox_3.5.4.bb index 37be0fb858..8ba6ba15db 100644 --- a/recipes/mozilla/firefox_3.5.4.bb +++ b/recipes/mozilla/firefox_3.5.4.bb @@ -1,6 +1,6 @@ -DEPENDS += "cairo" +DEPENDS += "cairo sqlite3" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2 \ file://jsautocfg.h \ diff --git a/recipes/mozilla/firefox_3.5.5.bb b/recipes/mozilla/firefox_3.5.5.bb index a440382d14..da54872046 100644 --- a/recipes/mozilla/firefox_3.5.5.bb +++ b/recipes/mozilla/firefox_3.5.5.bb @@ -1,6 +1,6 @@ -DEPENDS += "cairo" +DEPENDS += "cairo sqlite3" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2 \ file://jsautocfg.h \ diff --git a/recipes/mozilla/firefox_3.5b4.bb b/recipes/mozilla/firefox_3.5b4.bb index 149ee3cbdf..4a12329231 100644 --- a/recipes/mozilla/firefox_3.5b4.bb +++ b/recipes/mozilla/firefox_3.5b4.bb @@ -1,8 +1,8 @@ -DEPENDS += "cairo" +DEPENDS += "cairo sqlite" PV = "3.0.1+3.5b4" MOZPV = "3.5b4" -PR = "r1" +PR = "r2" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/${MOZPV}-candidates/build1/source/firefox-${MOZPV}-source.tar.bz2 \ file://jsautocfg.h \ |