diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-28 21:05:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-28 21:05:34 +0200 |
commit | 681ad34c8728c9358043856ecc4c52377ffcee78 (patch) | |
tree | cd950e0517ad7ebbe8e96ca9cbd47d53bdd5488c /recipes | |
parent | 0b09760ba27783dabc95d766d8e68ce10d2b580f (diff) |
firefox.inc: add curl to DEPENDS, needed for crash reporter
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 024858a64d..0c75e1002b 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" |