From ee7fe8a359d98bbf85a3c3d22ce298c41f0f88b4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 16 Mar 2009 18:34:39 -0400 Subject: recipes: fix hardcoded instances of packages/ Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/libffi/libffi_2.0+gcc4.3.2.bb | 2 +- recipes/libffi/libffi_3.0.8.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/libffi') diff --git a/recipes/libffi/libffi_2.0+gcc4.3.2.bb b/recipes/libffi/libffi_2.0+gcc4.3.2.bb index 5a2ae1ae9b..be98050961 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 0bad49bf23..cef09aeb28 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" -- cgit 1.2.3-korg