From 2bc39e0c7dbc982e90df37d37b29b4989c3e4610 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Mon, 6 Jul 2009 14:30:35 -0700 Subject: groff: disable X11 support. Signed-off-by: Jeremy Puhlman Signed-off-by: Chris Larson --- recipes/groff/groff_1.19.1.bb | 4 ++-- recipes/groff/groff_1.19.2.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/groff') diff --git a/recipes/groff/groff_1.19.1.bb b/recipes/groff/groff_1.19.1.bb index 42b0d80d15..dbf21e781e 100644 --- a/recipes/groff/groff_1.19.1.bb +++ b/recipes/groff/groff_1.19.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GNU roff" SECTION = "base" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ file://groff.patch;patch=1" @@ -9,7 +9,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ PARALLEL_MAKE = "" # prefix and exec-prefix are broken and the .in file is broken too # and can't be autoreconf'ed, so specify every dir -EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info" +EXTRA_OECONF="--without-x --prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info" inherit autotools diff --git a/recipes/groff/groff_1.19.2.bb b/recipes/groff/groff_1.19.2.bb index 62f56a8c27..55982634ed 100644 --- a/recipes/groff/groff_1.19.2.bb +++ b/recipes/groff/groff_1.19.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GNU roff" SECTION = "base" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ file://Makefile.in.patch;patch=1 \ @@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ PARALLEL_MAKE = "" # prefix and exec-prefix are broken and the .in file is broken too # and can't be autoreconf'ed, so specify every dir -EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info --with-appresdir=${D}${datadir}" +EXTRA_OECONF="--without-x --prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info --with-appresdir=${D}${datadir}" inherit autotools do_configure() { -- cgit 1.2.3-korg