diff options
Diffstat (limited to 'recipes/gspcav1/gspcav1_20070110.bb')
-rw-r--r-- | recipes/gspcav1/gspcav1_20070110.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gspcav1/gspcav1_20070110.bb b/recipes/gspcav1/gspcav1_20070110.bb index 585bc4fb0f..3aaea03054 100644 --- a/recipes/gspcav1/gspcav1_20070110.bb +++ b/recipes/gspcav1/gspcav1_20070110.bb @@ -9,8 +9,8 @@ PR = "r2" RRECOMMENDS = "kernel-module-videodev kernel-module-v4l1-compat kernel-module-v4l2-common" SRC_URI = "http://mxhaard.free.fr/spca50x/Download/oldrelease/${PN}-${PV}.tar.gz \ - file://Makefile.patch;patch=1 \ - file://MS.patch;patch=1" + file://Makefile.patch;apply=yes \ + file://MS.patch;apply=yes" S = "${WORKDIR}/${PN}-${PV}" |