[oe-commits] Mario Domenech Goulart : firefox: added sqlite3 as dependency for firefox > = 3.5

git version control git at git.openembedded.org
Thu Jan 21 00:41:32 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0f3c7c020d85e9dc479d520789ec1280d833dd24
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0f3c7c020d85e9dc479d520789ec1280d833dd24

Author: Mario Domenech Goulart <mario.goulart at gmail.com>
Date:   Wed Jan 20 22:28:08 2010 -0200

firefox: added sqlite3 as dependency for firefox >= 3.5

Signed-off-by: Mario Domenech Goulart <mario.goulart at gmail.com>

---

 recipes/mozilla/firefox_3.5.2.bb |    4 ++--
 recipes/mozilla/firefox_3.5.4.bb |    4 ++--
 recipes/mozilla/firefox_3.5.5.bb |    4 ++--
 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 f126f13..3d940d7 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 37be0fb..8ba6ba1 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 a440382..da54872 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 149ee3c..4a12329 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 \





More information about the Openembedded-commits mailing list