[oe-commits] Tom Rini : firefox: Add alsa-lib to DEPENDS (alread in firefox_hg).

git version control git at git.openembedded.org
Mon Mar 1 07:42:56 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0b24f9f9ab2cca3da6822af09461db3e29b1df32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b24f9f9ab2cca3da6822af09461db3e29b1df32

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sun Feb 28 13:19:53 2010 -0700

firefox: Add alsa-lib to DEPENDS (alread in firefox_hg).

---

 recipes/mozilla/firefox_3.5.2.bb |    2 +-
 recipes/mozilla/firefox_3.5.4.bb |    2 +-
 recipes/mozilla/firefox_3.5.5.bb |    2 +-
 recipes/mozilla/firefox_3.5b4.bb |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/mozilla/firefox_3.5.2.bb b/recipes/mozilla/firefox_3.5.2.bb
index 3d940d7..34188da 100644
--- a/recipes/mozilla/firefox_3.5.2.bb
+++ b/recipes/mozilla/firefox_3.5.2.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
 PR = "r3"
 
 SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
diff --git a/recipes/mozilla/firefox_3.5.4.bb b/recipes/mozilla/firefox_3.5.4.bb
index 8ba6ba1..c027eb1 100644
--- a/recipes/mozilla/firefox_3.5.4.bb
+++ b/recipes/mozilla/firefox_3.5.4.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
 
 PR = "r2"
 
diff --git a/recipes/mozilla/firefox_3.5.5.bb b/recipes/mozilla/firefox_3.5.5.bb
index da54872..fe66486 100644
--- a/recipes/mozilla/firefox_3.5.5.bb
+++ b/recipes/mozilla/firefox_3.5.5.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite3"
+DEPENDS += "cairo sqlite3 alsa-lib"
 
 PR = "r3"
 
diff --git a/recipes/mozilla/firefox_3.5b4.bb b/recipes/mozilla/firefox_3.5b4.bb
index 4a12329..4d6ac84 100644
--- a/recipes/mozilla/firefox_3.5b4.bb
+++ b/recipes/mozilla/firefox_3.5b4.bb
@@ -1,4 +1,4 @@
-DEPENDS += "cairo sqlite"
+DEPENDS += "cairo sqlite alsa-lib"
 
 PV = "3.0.1+3.5b4"
 MOZPV = "3.5b4"





More information about the Openembedded-commits mailing list