aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/libffi/libffi_2.0+gcc4.3.2.bb2
-rw-r--r--recipes/libffi/libffi_3.0.8.bb2
-rw-r--r--recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc7
-rw-r--r--recipes/mamona/gcc-noemu_4.1.1.bb2
-rw-r--r--recipes/mamona/gcc-noemu_4.1.2.bb2
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\" "