From: Tom Rini Date: Sun, 28 Feb 2010 20:41:31 +0000 (-0700) Subject: OK, didn't look hard enough, my fault. X-Git-Tag: Release-2010-05/1~491^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58b4cdd9664e1926a4e14a575ba0bef4c2302ed;p=openembedded.git OK, didn't look hard enough, my fault. Revert "firefox: Add alsa-lib to DEPENDS (alread in firefox_hg)." This reverts commit 0b24f9f9ab2cca3da6822af09461db3e29b1df32. --- diff --git a/recipes/mozilla/firefox_3.5.2.bb b/recipes/mozilla/firefox_3.5.2.bb index 34188da4aa..3d940d7af5 100644 --- a/recipes/mozilla/firefox_3.5.2.bb +++ b/recipes/mozilla/firefox_3.5.2.bb @@ -1,4 +1,4 @@ -DEPENDS += "cairo sqlite3 alsa-lib" +DEPENDS += "cairo sqlite3" 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 c027eb1e68..8ba6ba15db 100644 --- a/recipes/mozilla/firefox_3.5.4.bb +++ b/recipes/mozilla/firefox_3.5.4.bb @@ -1,4 +1,4 @@ -DEPENDS += "cairo sqlite3 alsa-lib" +DEPENDS += "cairo sqlite3" PR = "r2" diff --git a/recipes/mozilla/firefox_3.5.5.bb b/recipes/mozilla/firefox_3.5.5.bb index fe66486f63..da54872046 100644 --- a/recipes/mozilla/firefox_3.5.5.bb +++ b/recipes/mozilla/firefox_3.5.5.bb @@ -1,4 +1,4 @@ -DEPENDS += "cairo sqlite3 alsa-lib" +DEPENDS += "cairo sqlite3" PR = "r3" diff --git a/recipes/mozilla/firefox_3.5b4.bb b/recipes/mozilla/firefox_3.5b4.bb index 4d6ac848e1..4a12329231 100644 --- a/recipes/mozilla/firefox_3.5b4.bb +++ b/recipes/mozilla/firefox_3.5b4.bb @@ -1,4 +1,4 @@ -DEPENDS += "cairo sqlite alsa-lib" +DEPENDS += "cairo sqlite" PV = "3.0.1+3.5b4" MOZPV = "3.5b4"