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/shr | |
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/shr')
-rw-r--r-- | recipes/shr/libphone-ui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb index 36dd002ad6..ab785e94b2 100644 --- a/recipes/shr/libphone-ui_git.bb +++ b/recipes/shr/libphone-ui_git.bb @@ -11,7 +11,7 @@ DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libfso-glib libfsoframework libph inherit pkgconfig autotools autotools_stage SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=master \ - file://0001-libphoneui.conf-update-alsa-control-name-for-2.6.31.patch;patch=1" + file://0001-libphoneui.conf-update-alsa-control-name-for-2.6.31.patch" S="${WORKDIR}/git" |