[oe-commits] Henning Heinold : firefox: DEPENDENCY on libintl is only needed for uclibc

git version control git at git.openembedded.org
Thu May 26 20:00:56 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 01d461a53cec16ddec29b996896839a17c51a74a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=01d461a53cec16ddec29b996896839a17c51a74a

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed May 25 16:15:37 2011 +0200

firefox: DEPENDENCY on libintl is only needed for uclibc

* bump PR

---

 recipes/mozilla/firefox_3.6.8.bb |    5 +++--
 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 c27b49f..7fdda99 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 \





More information about the Openembedded-commits mailing list