From patchwork Tue May 3 23:44:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [29/33] linuxdoc-tools-native: add groff-native to DEPENDS Date: Tue, 03 May 2011 23:44:59 -0000 From: Saul Wold X-Patchwork-Id: 3173 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Xiaofeng Yan , Ilya Yanok , Darren Hart , Paul Eggleton , Kang Kai , Koen Kooi From: Saul Wold groff-native is needed to ensure that configure finds the groff-native binary instead of the host's groff, this is to ensure the correct macros are used (-ms vs -mgs) Signed-off-by: Saul Wold --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb index fbe9219..fafa421 100644 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb @@ -4,9 +4,9 @@ HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=5fbccc46cff2379505ca4e09c7d6ccfe" -DEPENDS = "openjade-native" +DEPENDS = "groff-native openjade-native" -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \ file://disable_sgml2rtf.patch \