diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-03 10:13:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 00:53:34 +0100 |
commit | 1126e4daa69e3f365b060ef235b40e0f97a61705 (patch) | |
tree | c64200c8e4594d59faca1d9ab0fec5f7b7a754fc /meta/recipes-devtools/linuxdoc-tools | |
parent | 4c384b147be34fb31e5735c11ce92ab4de2654e2 (diff) | |
download | openembedded-core-1126e4daa69e3f365b060ef235b40e0f97a61705.tar.gz openembedded-core-1126e4daa69e3f365b060ef235b40e0f97a61705.tar.bz2 openembedded-core-1126e4daa69e3f365b060ef235b40e0f97a61705.zip |
linuxdoc-tools-native: add groff-native to DEPENDS
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>
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools')
-rw-r--r-- | meta/recipes-devtools/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 fbe9219adb..fafa42194d 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 \ |