[oe-commits] org.oe.dev groff 1.19.2: Fix staging.

marek.vasut commit openembedded-commits at lists.openembedded.org
Sun Apr 22 20:37:44 UTC 2007


groff 1.19.2: Fix staging.
* Added --with-appresdir= configure option.
* Closes #2088.

Author: marek.vasut at gmail.com
Branch: org.openembedded.dev
Revision: 6687c2150c5ce7b099d14abedc0f8a67450fddf5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6687c2150c5ce7b099d14abedc0f8a67450fddf5
Files:
1
packages/groff/groff_1.19.2.bb
Diffs:

#
# mt diff -r01b1bd82cc3bb520359e6a17f2c8fafca56c2d71 -r6687c2150c5ce7b099d14abedc0f8a67450fddf5
#
# 
# 
# patch "packages/groff/groff_1.19.2.bb"
#  from [0e7a5d76ca3e11a30209ab8725991397925733a2]
#    to [c125993a37c71743e7b96b9e68fcfee38a5f73c8]
# 
============================================================
--- packages/groff/groff_1.19.2.bb	0e7a5d76ca3e11a30209ab8725991397925733a2
+++ packages/groff/groff_1.19.2.bb	c125993a37c71743e7b96b9e68fcfee38a5f73c8
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 DESCRIPTION = "GNU roff"
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \
 	           file://Makefile.in.patch;patch=1 \
@@ -11,7 +11,7 @@ PARALLEL_MAKE = ""
 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="--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() {






More information about the Openembedded-commits mailing list