]> code.ossystems Code Review - openembedded-core.git/commitdiff
linuxdoc-tools-native: add groff-native to DEPENDS
authorSaul Wold <sgw@linux.intel.com>
Tue, 3 May 2011 17:13:35 +0000 (10:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 May 2011 23:53:34 +0000 (00:53 +0100)
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 <sgw@linux.intel.com>
meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb

index fbe9219adb2419825f5109f817db3dea17dd8206..fafa42194d37c1ad3240409e2a943c247408c44b 100644 (file)
@@ -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 \