summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man_1.6g.bb
diff options
context:
space:
mode:
authorYue Tao <Yue.Tao@windriver.com>2015-07-03 16:53:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-07 23:57:13 +0100
commitb493467d77081becfc419dff817d28a171736924 (patch)
treee09eef525ddce2d555cbd0e7fd5d343123979544 /meta/recipes-extended/man/man_1.6g.bb
parent0b0e4d7aa64feded0a7bf89264d2367489808a38 (diff)
downloadopenembedded-core-contrib-b493467d77081becfc419dff817d28a171736924.tar.gz
man: replace ',' with '#'
Sometimes, the parameters of CC/BUILD_CC contains the ',', which cause the sed command failed, so replace the ',' with '#' Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/man/man_1.6g.bb')
-rw-r--r--meta/recipes-extended/man/man_1.6g.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb
index d4a4b26fc5..6a4c734051 100644
--- a/meta/recipes-extended/man/man_1.6g.bb
+++ b/meta/recipes-extended/man/man_1.6g.bb
@@ -52,6 +52,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba
file://man.conf \
file://manpath.5.gz;unpack=false \
file://man-1.6g-whatis3.patch \
+ file://configure_sed.patch \
"
SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660"