| Submitter | Martin Jansa |
|---|---|
| Date | Feb. 4, 2013, 9:27 p.m. |
| Message ID | <1360013234-32521-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/44043/ |
| State | Changes Requested, archived |
| Headers | show |
Comments
Le Mon, 4 Feb 2013 22:27:14 +0100, Martin Jansa <martin.jansa@gmail.com> a écrit : > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> > --- > recipes-mozilla/firefox-addon/firefox-addon.inc | 2 +- > recipes-mozilla/firefox-l10n/firefox-l10n.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > applied to master thanks Eric
Patch
diff --git a/recipes-mozilla/firefox-addon/firefox-addon.inc b/recipes-mozilla/firefox-addon/firefox-addon.inc index 88e3821..24e0c18 100644 --- a/recipes-mozilla/firefox-addon/firefox-addon.inc +++ b/recipes-mozilla/firefox-addon/firefox-addon.inc @@ -2,7 +2,7 @@ # Released under the MIT license (see packages/COPYING) DEPENDS = "mozilla-devscripts-native" -RDEPENDS = "firefox" +RDEPENDS_${PN} = "firefox" LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+" diff --git a/recipes-mozilla/firefox-l10n/firefox-l10n.inc b/recipes-mozilla/firefox-l10n/firefox-l10n.inc index 95e86a7..2369318 100644 --- a/recipes-mozilla/firefox-l10n/firefox-l10n.inc +++ b/recipes-mozilla/firefox-l10n/firefox-l10n.inc @@ -2,7 +2,7 @@ # Released under the MIT license (see packages/COPYING) DEPENDS = "mozilla-devscripts-native" -RDEPENDS = "firefox" +RDEPENDS_${PN} = "firefox" LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- recipes-mozilla/firefox-addon/firefox-addon.inc | 2 +- recipes-mozilla/firefox-l10n/firefox-l10n.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)