[oe-commits] Chris Larson : man: fix ldflags typo

git version control git at git.openembedded.org
Fri Jan 22 16:47:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ac39d0bcd2271244d88d1edfcddd35c2a5352187
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac39d0bcd2271244d88d1edfcddd35c2a5352187

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Jan 14 13:13:54 2010 -0700

man: fix ldflags typo

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/man/man_1.5p.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/man/man_1.5p.bb b/recipes/man/man_1.5p.bb
index c3412a5..5b4c256 100644
--- a/recipes/man/man_1.5p.bb
+++ b/recipes/man/man_1.5p.bb
@@ -3,7 +3,7 @@ SECTION = "base"
 DESCRIPTION = "The man page suite, including man, apropos, \
 and whatis consists of programs that are used to read most \
 of the documentation available on a Linux system."
-PR = "r4"
+PR = "r5"
 RDEPENDS_${PN} = "less groff"
 
 # Note: The default man.conf uses wrong names for GNU eqn and troff,
@@ -14,7 +14,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2 \
 # Disable parallel make or it tries to link objects before they are built
 PARALLEL_MAKE = ""
 
-EXTRA_OEMAKE = 'LFDLAGS="${LDFLAGS}"'
+EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
 GS = "-DGREPSILENT=\"q\""
 DEFS = "-DUSG -DDO_COMPRESS ${GS}"
 





More information about the Openembedded-commits mailing list