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:13 -0700 |
commit | 4e108857e0d40105f7ecbc55e99bd6c367bb7386 (patch) | |
tree | e57e25f8c643b623de37b71c617a027e671984b8 /meta/recipes-extended/texinfo | |
parent | c70ebd6f8ff34071febeb132c8bc4df220e328da (diff) | |
download | openembedded-core-4e108857e0d40105f7ecbc55e99bd6c367bb7386.tar.gz openembedded-core-4e108857e0d40105f7ecbc55e99bd6c367bb7386.tar.bz2 openembedded-core-4e108857e0d40105f7ecbc55e99bd6c367bb7386.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/texinfo')
-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" DEPENDS = "zlib" SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ - file://texinfo-4.12-zlib.patch;striplevel=1 \ - file://texinfo-4.13a-data_types.patch;striplevel=1 \ - file://texinfo-4.13a-mosdo-crash.patch;striplevel=1 \ - file://texinfo-4.13a-powerpc.patch;striplevel=1 \ - file://texinfo-4.13a-help-index-segfault.patch;striplevel=1" + file://texinfo-4.12-zlib.patch; \ + file://texinfo-4.13a-data_types.patch; \ + file://texinfo-4.13a-mosdo-crash.patch; \ + file://texinfo-4.13a-powerpc.patch; \ + file://texinfo-4.13a-help-index-segfault.patch;" SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" |