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/eds | |
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/eds')
-rw-r--r-- | recipes/eds/eds-dbus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eds/eds-dbus_git.bb b/recipes/eds/eds-dbus_git.bb index 88a4da5bae..e72da9c413 100644 --- a/recipes/eds/eds-dbus_git.bb +++ b/recipes/eds/eds-dbus_git.bb @@ -11,7 +11,7 @@ PR_append = "+gitr${SRCREV}" SRC_URI = "git://git.o-hand.com/eds-dbus;branch=master;protocol=git \ file://iconv-detect.h \ - file://libxml2-for-libedataserverui.patch;patch=1 \ + file://libxml2-for-libedataserverui.patch \ file://gtk-doc.make" S = "${WORKDIR}/git" |