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-connectivity/telepathy | |
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-connectivity/telepathy')
-rw-r--r-- | meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index b2b9e75df8..e063f89181 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ PR = "r3" SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ - file://prefer_python_2.5.patch;patch=1 \ - file://doublefix.patch;patch=1" + file://prefer_python_2.5.patch \ + file://doublefix.patch" SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" |