man: fix ldflags typo
authorChris Larson <clarson@mvista.com>
Thu, 14 Jan 2010 20:13:54 +0000 (13:13 -0700)
committerChris Larson <clarson@mvista.com>
Fri, 22 Jan 2010 16:39:09 +0000 (09:39 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/man/man_1.5p.bb

index c3412a5..5b4c256 100644 (file)
@@ -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}"