diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/x-load/x-load_git.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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 \ |