From: "Yu, Mingli" <mingli.yu@windriver.com>
To: Catalin Enache <catalin.enache@windriver.com>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] grub-efi: run autogen.sh before configure
Date: Wed, 6 Jul 2016 17:22:53 +0800 [thread overview]
Message-ID: <577CCDED.9060707@windriver.com> (raw)
In-Reply-To: <1462536830-30243-1-git-send-email-catalin.enache@windriver.com>
ping
Thanks,
Grace
On 2016年05月06日 20:13, Catalin Enache wrote:
> When adding new source files from upstream the autogen.sh
> script needs to be run.
>
> Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
> ---
> meta/recipes-bsp/grub/grub-efi_2.00.bb | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb
> index 5a0dc95..62ded6e 100644
> --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
> +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
> @@ -2,6 +2,7 @@ require grub2.inc
>
> DEPENDS_class-target = "grub-efi-native"
> RDEPENDS_${PN}_class-target = "diffutils freetype"
> +DEPENDS += "autogen-native"
> PR = "r3"
>
> SRC_URI += " \
> @@ -39,6 +40,11 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-
> # and many other places in the grub code when compiled with some native gcc compilers (specifically, gentoo)
> CFLAGS_append_class-native = " -Wno-error=trampolines"
>
> +do_configure_prepend() {
> + ( cd ${S}
> + ${S}/autogen.sh )
> +}
> +
> do_install_class-native() {
> install -d ${D}${bindir}
> install -m 755 grub-mkimage ${D}${bindir}
>
next prev parent reply other threads:[~2016-07-06 9:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-06 12:13 [PATCH] grub-efi: run autogen.sh before configure Catalin Enache
2016-07-06 9:22 ` Yu, Mingli [this message]
2016-07-11 10:22 ` Burton, Ross
2016-07-12 3:27 ` Yu, Mingli
2016-07-12 10:57 ` Ioan-Adrian Ratiu
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=577CCDED.9060707@windriver.com \
--to=mingli.yu@windriver.com \
--cc=catalin.enache@windriver.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox