diff options
Diffstat (limited to 'recipes/gpio-event/gpio-event.bb')
-rw-r--r-- | recipes/gpio-event/gpio-event.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpio-event/gpio-event.bb b/recipes/gpio-event/gpio-event.bb index be2c0f25a4..582c80b219 100644 --- a/recipes/gpio-event/gpio-event.bb +++ b/recipes/gpio-event/gpio-event.bb @@ -11,7 +11,7 @@ DEPENDS = "virtual/kernel" PR = "r4" SRC_URI = "http://davehylands.com/gumstix-wiki/gpio-event/gpio-event-2.6.21-1444-select.tar.gz \ - file://makefile.patch;patch=1 \ + file://makefile.patch \ " S = "${WORKDIR}/gpio-event" |