diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/gs | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gs')
-rw-r--r-- | recipes/gs/gs_8.64.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/gs/gs_8.64.bb b/recipes/gs/gs_8.64.bb index 20171cab34..66ed31aff3 100644 --- a/recipes/gs/gs_8.64.bb +++ b/recipes/gs/gs_8.64.bb @@ -6,16 +6,16 @@ DEPENDS = "jpeg zlib fontconfig cups" PR = "r2" SRC_URI = "${DEBIAN_MIRROR}/main/g/ghostscript/ghostscript_${PV}~dfsg.orig.tar.gz;name=tarball \ - file://0001_svn_snapshot.patch;patch=1 \ - file://0002_svn_snapshot_jbig2dec.patch;patch=1 \ - file://1001_install_cjk_examples.patch;patch=1 \ - file://1002_ps2pdf_man_fix.patch;patch=1 \ - file://1003_fix_autoconf_create_from_infiles.patch;patch=1 \ - file://1004_CVE-2009-0792_CVE-2009-0584_CVE-2009-0583.patch;patch=1 \ - file://1006_system-jasper.patch;patch=1 \ - file://1007_fix_pphs_script_not_lib.patch;patch=1 \ - file://2001_docdir_fix_for_debian.patch;patch=1 \ - file://2002_gs_man_fix_debian.patch;patch=1 \ + file://0001_svn_snapshot.patch;apply=yes \ + file://0002_svn_snapshot_jbig2dec.patch;apply=yes \ + file://1001_install_cjk_examples.patch;apply=yes \ + file://1002_ps2pdf_man_fix.patch;apply=yes \ + file://1003_fix_autoconf_create_from_infiles.patch;apply=yes \ + file://1004_CVE-2009-0792_CVE-2009-0584_CVE-2009-0583.patch;apply=yes \ + file://1006_system-jasper.patch;apply=yes \ + file://1007_fix_pphs_script_not_lib.patch;apply=yes \ + file://2001_docdir_fix_for_debian.patch;apply=yes \ + file://2002_gs_man_fix_debian.patch;apply=yes \ " SRC_URI[tarball.md5sum] = "e42706c2409815df5c959484080fd4a3" |