diff options
Diffstat (limited to 'recipes/libsndfile/libsndfile1_1.0.17.bb')
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.17.bb b/recipes/libsndfile/libsndfile1_1.0.17.bb index ccd1070c23..cd8a802503 100644 --- a/recipes/libsndfile/libsndfile1_1.0.17.bb +++ b/recipes/libsndfile/libsndfile1_1.0.17.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL" PR = "r2" SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ - file://configure-fix.patch;apply=yes" + file://configure-fix.patch" S = "${WORKDIR}/libsndfile-${PV}" |