groff will build with, or without x11 support depending on if X has been built already or not. Disable x11 support for consistency.
Signed-off-by: Tom Rini <[email protected]> --- meta/recipes-extended/groff/groff_1.20.1.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index e0e198f..7085911 100644 --- a/meta/recipes-extended/groff/groff_1.20.1.bb +++ b/meta/recipes-extended/groff/groff_1.20.1.bb @@ -18,6 +18,7 @@ DEPENDS_virtclass-native = "" inherit autotools +EXTRA_OECONF = "--without-x" PARALLEL_MAKE = "" do_configure_prepend() { -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
