[oe-commits] Koen Kooi : firefox.inc: add curl to DEPENDS, needed for crash reporter

git version control git at git.openembedded.org
Wed Apr 28 19:07:04 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 28 21:05:34 2010 +0200

firefox.inc: add curl to DEPENDS, needed for crash reporter

---

 recipes/mozilla/firefox.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/mozilla/firefox.inc b/recipes/mozilla/firefox.inc
index 024858a..0c75e10 100644
--- a/recipes/mozilla/firefox.inc
+++ b/recipes/mozilla/firefox.inc
@@ -1,5 +1,5 @@
 DESCRIPTION ?= "Browser made by mozilla"
-DEPENDS += "alsa-lib"
+DEPENDS += "alsa-lib curl"
 SRC_URI += "file://mozilla-${PN}.png file://mozilla-${PN}.desktop"
 
 ARM_INSTRUCTION_SET = "arm"





More information about the Openembedded-commits mailing list