aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-05-25 16:15:37 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-05-25 16:15:37 +0200
commit01d461a53cec16ddec29b996896839a17c51a74a (patch)
tree2887c9e17825c4f256275d7ae43b7299387e1250
parent760db1abc98520bf38fafb961a1f5844d38e852b (diff)
downloadopenembedded-01d461a53cec16ddec29b996896839a17c51a74a.tar.gz
firefox: DEPENDENCY on libintl is only needed for uclibc
* bump PR
-rw-r--r--recipes/mozilla/firefox_3.6.8.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/mozilla/firefox_3.6.8.bb b/recipes/mozilla/firefox_3.6.8.bb
index c27b49fbaf..7fdda992d6 100644
--- a/recipes/mozilla/firefox_3.6.8.bb
+++ b/recipes/mozilla/firefox_3.6.8.bb
@@ -1,6 +1,7 @@
-DEPENDS += "cairo sqlite3 libnotify virtual/libintl-native"
+DEPENDS += "cairo sqlite3 libnotify"
+DEPENDS_append_libc-uclibc = " virtual/libintl-native"
-PR = "r3"
+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 \