[oe-commits] Andrea Adami : [various]: fis absolute reference to 'recipes/'.

git version control git at git.openembedded.org
Sat Apr 24 21:18:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 732fd4c471f3af7683f3206963f261f580865bbe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=732fd4c471f3af7683f3206963f261f580865bbe

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Apr 24 23:16:40 2010 +0200

[various]: fis absolute reference to 'recipes/'.

* this could interfere with local collections.

---

 recipes/libffi/libffi_2.0+gcc4.3.2.bb              |    2 +-
 recipes/libffi/libffi_3.0.8.bb                     |    2 +-
 recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc |    7 ++-----
 recipes/mamona/gcc-noemu_4.1.1.bb                  |    2 +-
 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 6b1caec..1694ce4 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 2399e84..158afbc 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 ce18159..a1a3457 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 543813a..32e021b 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 247cbd0..caffd68 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\" "





More information about the Openembedded-commits mailing list