[oe] [PATCH 2/3] recipes: fix hardcoded instances of packages/

Khem Raj raj.khem at gmail.com
Tue Mar 17 02:45:12 UTC 2009


On Monday 16 March 2009 16:32:43 Denys Dmytriyenko wrote:
> Signed-off-by: Denys Dmytriyenko <denis at denix.org>
> ---
>  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 2056758..31b6377 100644
> --- a/recipes/kexecboot/linux-kexecboot.inc
> +++ b/recipes/kexecboot/linux-kexecboot.inc
> @@ -6,7 +6,7 @@ SRC_URI = "file://defconfig"
>  LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
>  SRC_URI += "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
>  
> -require packages/linux/linux.inc
> +require recipes/linux/linux.inc
>  
>  DONT_CHECK_KERNELSIZE = ""
>  INITRAMFS_IMAGE = "initramfs-kexecboot-image"
> 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\" "

Ack. A small nit you also need to make necessary changes in conf files
I guess local.conf.sample etc will need to be changed.
-- 
Khem Raj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090316/c190d64e/attachment-0002.sig>


More information about the Openembedded-devel mailing list