diff options
Diffstat (limited to 'recipes/robostix/robostix.bb')
-rw-r--r-- | recipes/robostix/robostix.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/robostix/robostix.bb b/recipes/robostix/robostix.bb index 5e1f8c8b69..d844653a3e 100644 --- a/recipes/robostix/robostix.bb +++ b/recipes/robostix/robostix.bb @@ -8,8 +8,8 @@ DEPENDS = "virtual/kernel" PR = "r0" SRC_URI = "svn://svn.gumstix.com/gumstix-buildroot/branches/projects;module=robostix;rev=1588;proto=http \ - file://makefile-rules.patch;patch=1 \ - file://gummake.patch;patch=1 \ + file://makefile-rules.patch;apply=yes \ + file://gummake.patch;apply=yes \ " S = "${WORKDIR}/robostix" |