diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-extended/texinfo/texinfo_4.13a.bb | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since
striplevel=1 is default
(From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo_4.13a.bb')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_4.13a.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index 5d78a642bd..450a62306a 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb | |||
@@ -11,11 +11,11 @@ PR = "r1" | |||
11 | DEPENDS = "zlib" | 11 | DEPENDS = "zlib" |
12 | 12 | ||
13 | SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ |
14 | file://texinfo-4.12-zlib.patch;striplevel=1 \ | 14 | file://texinfo-4.12-zlib.patch; \ |
15 | file://texinfo-4.13a-data_types.patch;striplevel=1 \ | 15 | file://texinfo-4.13a-data_types.patch; \ |
16 | file://texinfo-4.13a-mosdo-crash.patch;striplevel=1 \ | 16 | file://texinfo-4.13a-mosdo-crash.patch; \ |
17 | file://texinfo-4.13a-powerpc.patch;striplevel=1 \ | 17 | file://texinfo-4.13a-powerpc.patch; \ |
18 | file://texinfo-4.13a-help-index-segfault.patch;striplevel=1" | 18 | file://texinfo-4.13a-help-index-segfault.patch;" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" | 20 | SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" |
21 | SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" | 21 | SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" |