diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-24 23:16:40 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-24 23:18:18 +0200 |
commit | 732fd4c471f3af7683f3206963f261f580865bbe (patch) | |
tree | 5a49759419a0b98857144b1db1ab39598de02fd8 /recipes/linux | |
parent | 22f3b74fec790847c3e353aad84b51252637a90f (diff) |
[various]: fis absolute reference to 'recipes/'.
* this could interfere with local collections.
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc b/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc index ce18159162..a1a34571eb 100644 --- a/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc +++ b/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc @@ -1,9 +1,6 @@ # Automatically generated from gnome script: "SRC_URI_append_linux" SRC_URI_append += "\ - file://recipes/linux/linux-2.6.32/patch-sets/linux-2.6.32-001-configurable-nand-partitions.patch;patch=1 \ - file://recipes/linux/linux-2.6.32/patch-sets/linux-2.6.32-002-sam9g20-proper-reset.patch;patch=1 \ + file:///linux-2.6.32-001-configurable-nand-partitions.patch;patch=1 \ + file:///linux-2.6.32-002-sam9g20-proper-reset.patch;patch=1 \ " - -# no board directory=recipes/linux/linux-2.6.32/boards - |