diff options
Diffstat (limited to 'recipes/python/python-vorbis_1.4.bb')
-rw-r--r-- | recipes/python/python-vorbis_1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-vorbis_1.4.bb b/recipes/python/python-vorbis_1.4.bb index 0d3ecf76f0..5ff8d4a469 100644 --- a/recipes/python/python-vorbis_1.4.bb +++ b/recipes/python/python-vorbis_1.4.bb @@ -7,7 +7,7 @@ SRCNAME = "pyvorbis" PR = "ml0" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ - file://disable-oggcheck.patch;apply=yes" + file://disable-oggcheck.patch" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |