diff options
Diffstat (limited to 'recipes/libxine')
-rw-r--r-- | recipes/libxine/libxine_1.1.16.3.bb | 6 | ||||
-rw-r--r-- | recipes/libxine/libxine_1.1.16.bb | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/libxine/libxine_1.1.16.3.bb b/recipes/libxine/libxine_1.1.16.3.bb index dfd6c078f4..68209bd31e 100644 --- a/recipes/libxine/libxine_1.1.16.3.bb +++ b/recipes/libxine/libxine_1.1.16.3.bb @@ -6,9 +6,9 @@ PR = "r1" FILESPATHPKG .= ":libxine-1.1.16" SRC_URI += " \ - file://libxine-arm-configure.patch;apply=yes \ - file://iconv.patch;apply=yes \ - file://ffmpeg_headers.patch;apply=yes \ + file://libxine-arm-configure.patch \ + file://iconv.patch \ + file://ffmpeg_headers.patch \ " python populate_packages_prepend () { diff --git a/recipes/libxine/libxine_1.1.16.bb b/recipes/libxine/libxine_1.1.16.bb index a47f24f999..5fb221db96 100644 --- a/recipes/libxine/libxine_1.1.16.bb +++ b/recipes/libxine/libxine_1.1.16.bb @@ -5,10 +5,10 @@ PR = "r0" SRC_URI += " \ - file://libxine-arm-configure.patch;apply=yes \ - file://iconv.patch;apply=yes \ - file://libpostproc.patch;apply=yes \ - file://libavcodec.patch;apply=yes \ + file://libxine-arm-configure.patch \ + file://iconv.patch \ + file://libpostproc.patch \ + file://libavcodec.patch \ " python populate_packages_prepend () { |