summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man_1.6g.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-02-19 19:27:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:23 -0800
commit13bf43f371201aa54cdfd0909762e32bfc23c1ea (patch)
tree10a90d45f3726f1b10c7ed9ecd1d04a12d1f3b3d /meta/recipes-extended/man/man_1.6g.bb
parentf841c83c8f6df112593403db51bc15f8b50125fd (diff)
downloadpoky-13bf43f371201aa54cdfd0909762e32bfc23c1ea.tar.gz
man: Remove wildcard from SRC_URI
[ CQID: WIND00402802 ] Remove the wildcard from the SRC_URI. This causes problems when you .bbappend and add a FILESEXTRAPATHS entry. The unpack task may be unable to find the files to unpack leading to an error. Avoid wildcards at all costs... Note, remove both man-1.5m2-multiple.patch and man-1.6e-lzma+xz-support.patch, they were not being applied in the previous version. The later also fails to apply when added to the SRC_URI. (From OE-Core rev: 61b60906b2825d4f9ea1f5ae11e1f9fcc77ac4e7) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man/man_1.6g.bb')
-rw-r--r--meta/recipes-extended/man/man_1.6g.bb47
1 files changed, 25 insertions, 22 deletions
diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb
index a2d6acefa6..a66e01cb9a 100644
--- a/meta/recipes-extended/man/man_1.6g.bb
+++ b/meta/recipes-extended/man/man_1.6g.bb
@@ -5,36 +5,39 @@ HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
7 7
8PR = "r0" 8PR = "r1"
9 9
10DEPENDS = "groff less" 10DEPENDS = "groff less"
11 11
12SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ 12SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
13 file://man-1.5k-confpath.patch;striplevel=0 \ 13 file://man-1.5k-confpath.patch;striplevel=0 \
14 file://man-1.5h1-make.patch; \ 14 file://man-1.5h1-make.patch \
15 file://man-1.5k-nonascii.patch; \ 15 file://man-1.5k-nonascii.patch \
16 file://man-1.6e-security.patch; \ 16 file://man-1.6e-security.patch \
17 file://man-1.6e-mandirs.patch; \ 17 file://man-1.6e-mandirs.patch \
18 file://man-1.5m2-bug11621.patch; \ 18 file://man-1.5m2-bug11621.patch \
19 file://man-1.5k-sofix.patch; \ 19 file://man-1.5k-sofix.patch \
20 file://man-1.5m2-buildroot.patch; \ 20 file://man-1.5m2-buildroot.patch \
21 file://man-1.6e-ro_usr.patch; \ 21 file://man-1.6e-ro_usr.patch \
22 file://man-1.5i2-newline.patch;striplevel=0 \ 22 file://man-1.5i2-newline.patch;striplevel=0 \
23 file://man-1.5j-utf8.patch; \ 23 file://man-1.5j-utf8.patch \
24 file://man-1.5i2-overflow.patch; \ 24 file://man-1.5i2-overflow.patch \
25 file://man-1.5j-nocache.patch; \ 25 file://man-1.5j-nocache.patch \
26 file://man-1.5i2-initial.patch; \ 26 file://man-1.5i2-initial.patch \
27 file://man-1.5h1-gencat.patch;striplevel=0 \ 27 file://man-1.5h1-gencat.patch;striplevel=0 \
28 file://man-1.5g-nonrootbuild.patch; \ 28 file://man-1.5g-nonrootbuild.patch \
29 file://man-1.5m2-tv_fhs.patch;striplevel=0 \ 29 file://man-1.5m2-tv_fhs.patch;striplevel=0 \
30 file://man-1.5j-i18n.patch; \ 30 file://man-1.5j-i18n.patch \
31 file://man-1.6e-whatis2.patch; \ 31 file://man-1.6e-whatis2.patch \
32 file://man-1.6e-use_i18n_vars_in_a_std_way.patch; \ 32 file://man-1.6e-use_i18n_vars_in_a_std_way.patch \
33 file://man-1.5m2-no-color-for-printing.patch; \ 33 file://man-1.5m2-no-color-for-printing.patch \
34 file://man-1.5m2-sigpipe.patch; \ 34 file://man-1.5m2-sigpipe.patch \
35 file://man-1.6e-i18n_whatis.patch; \ 35 file://man-1.6e-i18n_whatis.patch \
36 file://man-1.6e-new_sections.patch; \ 36 file://man-1.6e-new_sections.patch \
37 file://man*" 37 file://man.1.gz;unpack=false \
38 file://man.7.gz;unpack=false \
39 file://man.conf \
40 file://manpath.5.gz;unpack=false"
38 41
39SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" 42SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660"
40SRC_URI[sha256sum] = "ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f" 43SRC_URI[sha256sum] = "ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f"