diff options
Diffstat (limited to 'recipes/linphone/linphone_3.1.0.bb')
-rw-r--r-- | recipes/linphone/linphone_3.1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linphone/linphone_3.1.0.bb b/recipes/linphone/linphone_3.1.0.bb index 937fffdace..2c5cb53451 100644 --- a/recipes/linphone/linphone_3.1.0.bb +++ b/recipes/linphone/linphone_3.1.0.bb @@ -21,8 +21,8 @@ RDEPENDS_libmediastreamer = "speex libogg libasound libortp" PROVIDES += "linphone linphonec liblinphone" SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/3.1.x/sources/linphone-${PV}.tar.gz \ - file://b64_assert.patch;patch=1 \ - file://preferences-segv.patch;patch=1 \ + file://b64_assert.patch;apply=yes \ + file://preferences-segv.patch;apply=yes \ " S = "${WORKDIR}/linphone-${PV}" |