diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 18:55:29 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 18:55:29 +0200 |
commit | 8848113b782025af30ea8788ce5dbb01e3c7404a (patch) | |
tree | 26ed7ba13c7b0c4766a76b822563772d90a376c5 /recipes/u-boot | |
parent | feb3052c4a48866a5a2e870ac390f39660255fab (diff) |
u-boot_1.3.2.bb: fixed patch filename
015-090205-EMC.patch had some bogus chars after the name
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_1.3.2.bb b/recipes/u-boot/u-boot_1.3.2.bb index dc3122dfb1..065fb9d743 100644 --- a/recipes/u-boot/u-boot_1.3.2.bb +++ b/recipes/u-boot/u-boot_1.3.2.bb @@ -37,7 +37,7 @@ SRC_URI_append_boc01 = "\ file://012-081209-BUG_SETENV.patch \ file://013-090206-FIX_OOB_8BITS_LARGEPAGE_NAND.patch \ file://014-081211-BOOT_RESCUE.patch \ - file://015-090205-EMC.patch \ + file://015-090205-EMC.patch \ file://016-090209-PM.patch \ " |