From 61b60906b2825d4f9ea1f5ae11e1f9fcc77ac4e7 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 19 Feb 2013 19:27:14 -0600 Subject: 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. Signed-off-by: Jackie Huang Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- meta/recipes-extended/man/man_1.6g.bb | 47 +++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 22 deletions(-) (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 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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -PR = "r0" +PR = "r1" DEPENDS = "groff less" SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ file://man-1.5k-confpath.patch;striplevel=0 \ - file://man-1.5h1-make.patch; \ - file://man-1.5k-nonascii.patch; \ - file://man-1.6e-security.patch; \ - file://man-1.6e-mandirs.patch; \ - file://man-1.5m2-bug11621.patch; \ - file://man-1.5k-sofix.patch; \ - file://man-1.5m2-buildroot.patch; \ - file://man-1.6e-ro_usr.patch; \ + file://man-1.5h1-make.patch \ + file://man-1.5k-nonascii.patch \ + file://man-1.6e-security.patch \ + file://man-1.6e-mandirs.patch \ + file://man-1.5m2-bug11621.patch \ + file://man-1.5k-sofix.patch \ + file://man-1.5m2-buildroot.patch \ + file://man-1.6e-ro_usr.patch \ file://man-1.5i2-newline.patch;striplevel=0 \ - file://man-1.5j-utf8.patch; \ - file://man-1.5i2-overflow.patch; \ - file://man-1.5j-nocache.patch; \ - file://man-1.5i2-initial.patch; \ + file://man-1.5j-utf8.patch \ + file://man-1.5i2-overflow.patch \ + file://man-1.5j-nocache.patch \ + file://man-1.5i2-initial.patch \ file://man-1.5h1-gencat.patch;striplevel=0 \ - file://man-1.5g-nonrootbuild.patch; \ + 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; \ - file://man-1.5m2-no-color-for-printing.patch; \ - file://man-1.5m2-sigpipe.patch; \ - file://man-1.6e-i18n_whatis.patch; \ - file://man-1.6e-new_sections.patch; \ - file://man*" + file://man-1.5j-i18n.patch \ + file://man-1.6e-whatis2.patch \ + file://man-1.6e-use_i18n_vars_in_a_std_way.patch \ + file://man-1.5m2-no-color-for-printing.patch \ + file://man-1.5m2-sigpipe.patch \ + file://man-1.6e-i18n_whatis.patch \ + file://man-1.6e-new_sections.patch \ + file://man.1.gz;unpack=false \ + file://man.7.gz;unpack=false \ + file://man.conf \ + file://manpath.5.gz;unpack=false" SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" SRC_URI[sha256sum] = "ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f" -- cgit 1.2.3-korg