[oe-commits] Denys Dmytriyenko : recipes: fix hardcoded instances of packages/

GIT User account git at amethyst.openembedded.net
Tue Apr 14 18:08:20 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 044fdb4816f023392f46088fe7e5a98d65433717
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=044fdb4816f023392f46088fe7e5a98d65433717

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Mar 16 18:34:39 2009 -0400

recipes: fix hardcoded instances of packages/

Signed-off-by: Denys Dmytriyenko <denis at denix.org>
Acked-by: Mike Westerhof <mwester at dls.net>
Acked-by: Philip Balister <philip at balister.org>
Acked-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Marcin Juszkiewicz <hrw at openembedded.org>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/kexecboot/linux-kexecboot.inc |    2 +-
 recipes/libffi/libffi_2.0+gcc4.3.2.bb |    2 +-
 recipes/libffi/libffi_3.0.8.bb        |    2 +-
 recipes/mamona/gcc-noemu_4.1.1.bb     |    2 +-
 recipes/mamona/gcc-noemu_4.1.2.bb     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index 7a899f1..d5f0db2 100644
--- a/recipes/kexecboot/linux-kexecboot.inc
+++ b/recipes/kexecboot/linux-kexecboot.inc
@@ -1,4 +1,4 @@
-require packages/linux/linux.inc
+require recipes/linux/linux.inc
 
 SRC_URI = "file://defconfig"
 
diff --git a/recipes/libffi/libffi_2.0+gcc4.3.2.bb b/recipes/libffi/libffi_2.0+gcc4.3.2.bb
index 5a2ae1a..be98050 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 packages/gcc/gcc-common.inc
+require recipes/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 0bad49b..cef09ae 100644
--- a/recipes/libffi/libffi_3.0.8.bb
+++ b/recipes/libffi/libffi_3.0.8.bb
@@ -1,4 +1,4 @@
-require packages/gcc/gcc-common.inc
+require recipes/gcc/gcc-common.inc
 
 SECTION = "libs"
 DESCRIPTION = "Foreign Function Interface library"
diff --git a/recipes/mamona/gcc-noemu_4.1.1.bb b/recipes/mamona/gcc-noemu_4.1.1.bb
index 1582598..56ba167 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 packages/gcc/gcc-${PV}.inc
+require recipes/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 9015e10..44b1d44 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 packages/gcc/gcc-${PV}.inc
+require recipes/gcc/gcc-${PV}.inc
 
 
 EXTRA_OECONF += " --disable-libssp --with-slibdir=\"/lib\" "





More information about the Openembedded-commits mailing list