From patchwork Mon Feb 4 21:27:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-browser] firefox-l10n, firefox-addon: use RDEPENDS_${PN} Date: Mon, 04 Feb 2013 21:27:14 -0000 From: Martin Jansa X-Patchwork-Id: 44043 Message-Id: <1360013234-32521-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- recipes-mozilla/firefox-addon/firefox-addon.inc | 2 +- recipes-mozilla/firefox-l10n/firefox-l10n.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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+"