diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-28 07:00:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-28 07:00:05 +0200 |
commit | 8c8ece9df68c743c0497716db73a46cc8b3b09d2 (patch) | |
tree | 68735d540c5249485bc35223ca4a57c9888c133a /recipes/groff/groff_1.19.2.bb | |
parent | a6e10835a109b19f782655ff2d50c365ed62d9bc (diff) | |
parent | 192b086f07fa18395f83f6606ae481f8c5bd6ec0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/groff/groff_1.19.2.bb')
-rw-r--r-- | recipes/groff/groff_1.19.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |