diff options
Diffstat (limited to 'recipes/x-load/x-load_git.bb')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index d5b9c1d87c..d40e094916 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -16,18 +16,18 @@ PE = "1" SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" SRC_URI_append_beagleboard = " \ - file://name.patch;patch=1 \ - file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch;patch=1 \ + file://name.patch \ + file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch \ " SRC_URI_append_omap3-touchbook = " \ - file://name.patch;patch=1 \ - file://screen-off.patch;patch=1 \ + file://name.patch \ + file://screen-off.patch \ " SRC_URI_append_am3517-evm = " \ - file://xload-shiva.diff;patch=1 \ + file://xload-shiva.diff \ " SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/bootloader/x-loader.git;protocol=git \ |