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:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-connectivity/telepathy | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
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
(From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ | |||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
13 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ | 13 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ |
14 | file://prefer_python_2.5.patch;patch=1 \ | 14 | file://prefer_python_2.5.patch \ |
15 | file://doublefix.patch;patch=1" | 15 | file://doublefix.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" | 17 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" |
18 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" | 18 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" |