diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
commit | 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2 (patch) | |
tree | 9ad09766b3d295db8294180aa15c2d5267e32b88 /recipes/scummvm/scummvm_1.1.1.bb | |
parent | f29ba5a65d5f6eedc0e1f6a12371184134e1b878 (diff) |
recipes: Punt use of patch=1 and use striplevel=n instead of pnum
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/scummvm/scummvm_1.1.1.bb')
-rw-r--r-- | recipes/scummvm/scummvm_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/scummvm/scummvm_1.1.1.bb b/recipes/scummvm/scummvm_1.1.1.bb index 4ee3031e68..93ceb28480 100644 --- a/recipes/scummvm/scummvm_1.1.1.bb +++ b/recipes/scummvm/scummvm_1.1.1.bb @@ -4,7 +4,7 @@ DEPENDS = "virtual/libsdl libvorbis libogg zlib \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}" SRC_URI += " file://scummvm.desktop \ - file://no-strip.patch;patch=1 \ + file://no-strip.patch \ " PR = "${INC_PR}.0" |