diff options
Diffstat (limited to 'recipes/orpheus')
-rw-r--r-- | recipes/orpheus/orpheus_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/orpheus/orpheus_1.5.bb b/recipes/orpheus/orpheus_1.5.bb index d36d530e0c..69a416c3ae 100644 --- a/recipes/orpheus/orpheus_1.5.bb +++ b/recipes/orpheus/orpheus_1.5.bb @@ -5,7 +5,7 @@ MP3 and Vorbis OGG format." DEPENDS = "ncurses" LICENSE = "GPL" SRC_URI = "http://thekonst.net/download/orpheus-${PV}.tar.bz2 \ - file://m4.patch;apply=yes" + file://m4.patch" S = "${WORKDIR}/orpheus-${PV}" inherit autotools |