diff options
Diffstat (limited to 'recipes/gpe-beam')
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.6.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.7.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.8.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gpe-beam/gpe-beam_0.2.6.bb b/recipes/gpe-beam/gpe-beam_0.2.6.bb index 82212ad106..91788b8b30 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.6.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.6.bb @@ -3,7 +3,7 @@ require ${PN}.inc RDEPENDS = "libopenobex-1.0-1 irda-utils" PR = "r1" -SRC_URI += "file://vcard-send.patch;patch=1;pnum=0" +SRC_URI += "file://vcard-send.patch;apply=yes;striplevel=0" inherit gpe diff --git a/recipes/gpe-beam/gpe-beam_0.2.7.bb b/recipes/gpe-beam/gpe-beam_0.2.7.bb index 4ab0445221..a5cb651754 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.7.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.7.bb @@ -3,7 +3,7 @@ require ${PN}.inc RDEPENDS = "libopenobex-1.0-1 irda-utils" PR = "r1" -SRC_URI += "file://decl.patch;patch=1;pnum=0" +SRC_URI += "file://decl.patch;apply=yes;striplevel=0" inherit gpe diff --git a/recipes/gpe-beam/gpe-beam_0.2.8.bb b/recipes/gpe-beam/gpe-beam_0.2.8.bb index 8a11785d8f..14589fbcd4 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.8.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.8.bb @@ -2,7 +2,7 @@ require ${PN}.inc RDEPENDS = "irda-utils" -SRC_URI += "file://dbus-new-api.patch;patch=1" +SRC_URI += "file://dbus-new-api.patch;apply=yes" inherit gpe |