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 | |
parent | 22f3b74fec790847c3e353aad84b51252637a90f (diff) |
[various]: fis absolute reference to 'recipes/'.
* this could interfere with local collections.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libffi/libffi_2.0+gcc4.3.2.bb | 2 | ||||
-rw-r--r-- | recipes/libffi/libffi_3.0.8.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc | 7 | ||||
-rw-r--r-- | recipes/mamona/gcc-noemu_4.1.1.bb | 2 | ||||
-rw-r--r-- | recipes/mamona/gcc-noemu_4.1.2.bb | 2 |
5 files changed, 6 insertions, 9 deletions
diff --git a/recipes/libffi/libffi_2.0+gcc4.3.2.bb b/recipes/libffi/libffi_2.0+gcc4.3.2.bb index 6b1caec400..1694ce4ab2 100644 --- a/recipes/libffi/libffi_2.0+gcc4.3.2.bb +++ b/recipes/libffi/libffi_2.0+gcc4.3.2.bb @@ -1,4 +1,4 @@ -require recipes/gcc/gcc-common.inc +require ../gcc/gcc-common.inc SECTION = "libs" DESCRIPTION = "Foreign Function Interface library" LICENSE = "libffi" diff --git a/recipes/libffi/libffi_3.0.8.bb b/recipes/libffi/libffi_3.0.8.bb index 2399e84354..158afbc849 100644 --- a/recipes/libffi/libffi_3.0.8.bb +++ b/recipes/libffi/libffi_3.0.8.bb @@ -1,4 +1,4 @@ -require recipes/gcc/gcc-common.inc +require ../gcc/gcc-common.inc SECTION = "libs" DESCRIPTION = "Foreign Function Interface library" 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 - diff --git a/recipes/mamona/gcc-noemu_4.1.1.bb b/recipes/mamona/gcc-noemu_4.1.1.bb index 543813a101..32e021bb98 100644 --- a/recipes/mamona/gcc-noemu_4.1.1.bb +++ b/recipes/mamona/gcc-noemu_4.1.1.bb @@ -57,7 +57,7 @@ JAVA_arm = "" JAVA = "" LANGUAGES = "c,c++${FORTRAN}${JAVA}" -require recipes/gcc/gcc-${PV}.inc +require ../gcc/gcc-${PV}.inc EXTRA_OECONF += "--disable-libspp --with-slibdir=\"/lib\"" diff --git a/recipes/mamona/gcc-noemu_4.1.2.bb b/recipes/mamona/gcc-noemu_4.1.2.bb index 247cbd0897..caffd68573 100644 --- a/recipes/mamona/gcc-noemu_4.1.2.bb +++ b/recipes/mamona/gcc-noemu_4.1.2.bb @@ -77,7 +77,7 @@ JAVA_arm = "" LANGUAGES = "c,c++${FORTRAN}${JAVA}" -require recipes/gcc/gcc-${PV}.inc +require ../gcc/gcc-${PV}.inc EXTRA_OECONF += " --disable-libssp --with-slibdir=\"/lib\" " |