From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/3] recipes: fix hardcoded instances of packages/
Date: Mon, 16 Mar 2009 19:45:12 -0700 [thread overview]
Message-ID: <200903161945.13973.raj.khem@gmail.com> (raw)
In-Reply-To: <1237246365-32076-3-git-send-email-denis@denix.org>
[-- Attachment #1: Type: text/plain, Size: 2853 bytes --]
On Monday 16 March 2009 16:32:43 Denys Dmytriyenko wrote:
> Signed-off-by: Denys Dmytriyenko <denis@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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
next prev parent reply other threads:[~2009-03-17 2:46 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 23:32 [PATCH 0/3] rename packages/ to recipes/ per earlier agreement Denys Dmytriyenko
2009-03-16 23:32 ` [PATCH 1/3] " Denys Dmytriyenko
2009-03-16 23:32 ` [PATCH 2/3] recipes: fix hardcoded instances of packages/ Denys Dmytriyenko
2009-03-17 2:45 ` Khem Raj [this message]
2009-03-16 23:32 ` [PATCH 3/3] base.bbclass: fix base_get_scmbasepath() to look for recipes/ and fall back to packages/ while parsing BBFILES Denys Dmytriyenko
2009-03-23 8:57 ` Otavio Salvador
2009-03-23 16:21 ` Denys Dmytriyenko
2009-03-23 18:04 ` Otavio Salvador
2009-03-23 18:12 ` Philip Balister
2009-03-16 23:32 ` Denys Dmytriyenko
2009-03-17 0:56 ` [PATCH 0/3] rename packages/ to recipes/ per earlier agreement Mike (mwester)
2009-03-17 1:25 ` Philip Balister
2009-03-17 19:26 ` Denys Dmytriyenko
2009-03-19 0:25 ` Theodore A. Roth
2009-03-19 2:01 ` Denys Dmytriyenko
2009-03-19 3:13 ` Denys Dmytriyenko
2009-03-19 7:22 ` Frans Meulenbroeks
2009-03-19 17:05 ` Theodore A. Roth
2009-03-19 20:33 ` Frans Meulenbroeks
2009-03-17 13:09 ` Marcin Juszkiewicz
2009-03-17 14:42 ` Koen Kooi
2009-03-17 17:19 ` Frans Meulenbroeks
2009-03-17 19:54 ` Otavio Salvador
2009-03-17 19:59 ` Denys Dmytriyenko
2009-03-17 19:29 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200903161945.13973.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.