From 9e588481f866acb7ba09fb8a21fe32df42633af2 Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Wed, 30 Mar 2016 16:50:49 -0700 Subject: man: fix several annoying compile/build warnings Fixed the build error when building man.config.5 (a remnant of a long ago previous patch). Optimized the manpages Makefile for parallel builds. Drop a FHS patch that is no longer needed, as the standard Makefile puts the man pages in the proper location. Also, fix compile warnings in a couple other files. [YOCTO #9341] (From OE-Core rev: 8b4dedebdbddaf352fd84503eee3dd545bbcea41) Signed-off-by: Bill Randle Signed-off-by: Richard Purdie --- meta/recipes-extended/man/man_1.6g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/man/man_1.6g.bb') diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb index 9b057b6573..efdf56569a 100644 --- a/meta/recipes-extended/man/man_1.6g.bb +++ b/meta/recipes-extended/man/man_1.6g.bb @@ -39,7 +39,6 @@ SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba file://man-1.5i2-initial.patch \ file://man-1.5h1-gencat.patch;striplevel=0 \ file://man-1.5g-nonrootbuild.patch \ - file://man-1.5m2-tv_fhs.patch;striplevel=0 \ file://man-1.5j-i18n.patch \ file://man-1.6e-whatis2.patch \ file://man-1.6e-use_i18n_vars_in_a_std_way.patch \ @@ -54,6 +53,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba file://man-1.6g-whatis3.patch \ file://configure_sed.patch \ file://man-1.6g-parallel.patch \ + file://man-1.6g-compile-warnings.patch \ " SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" -- cgit v1.2.3-54-g00ecf