From: Darren Hart <dvhart@linux.intel.com>
To: Chris Larson <kergoth@gmail.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [PATCH 1/9] native.bbclass: Fix variable remapping coverage
Date: Wed, 21 Dec 2011 11:52:39 -0800 [thread overview]
Message-ID: <4EF23907.5020105@linux.intel.com> (raw)
In-Reply-To: <CABcZANkN1n28ZhSfeecx+voUmhe=8-Z_t3qQ_Xy5nMR=xMVbig@mail.gmail.com>
On 12/21/2011 11:26 AM, Chris Larson wrote:
> On Wed, Dec 21, 2011 at 11:58 AM, Darren Hart <dvhart@linux.intel.com> wrote:
>> diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
>> index 08a1b02..1d0cf90 100644
>> --- a/meta/recipes-devtools/autoconf/autoconf.inc
>> +++ b/meta/recipes-devtools/autoconf/autoconf.inc
>> @@ -6,6 +6,8 @@ LICENSE = "GPLv3"
>> HOMEPAGE = "http://www.gnu.org/software/autoconf/"
>> SECTION = "devel"
>> DEPENDS += "m4-native"
>> +DEPENDS_virtclass-native = "m4-native gnu-config-native"
>> +DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
>
> Is this bit needed? If so, I'm not seeing a description of this change
> in the commit message, unless I'm missing something.
It appears to me that Richard just moved these from autoconf_2.68.bb to
autoconf.inc unchanged. The [R]DEPENDS stuff in the recipe may have been
added to work around the issue this patch addresses, and the DEPENDS was
redundant. After removing that and the RDEPENDS* (which are now handled
properly by native.bbclass) moving the remaining 2 DEPENDS_virtuclass*
assignments into the .inc along with the only remaining DEPENDS makes
sense to me.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2011-12-21 19:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-21 18:58 [RFC PATCH V2 0/9] New distribution definition for poky-tiny Darren Hart
2011-12-21 18:58 ` [PATCH 1/9] native.bbclass: Fix variable remapping coverage Darren Hart
2011-12-21 19:26 ` Chris Larson
2011-12-21 19:52 ` Darren Hart [this message]
2011-12-21 18:58 ` [PATCH 2/9] ncurses: Allow override of ENABLE_WIDEC Darren Hart
2011-12-21 18:58 ` [PATCH 3/9] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported Darren Hart
2011-12-21 18:58 ` [PATCH 4/9] linux-yocto-tiny: New kernel recipe for poky-tiny distro (INCOMPLETE) Darren Hart
2011-12-21 19:23 ` Bruce Ashfield
2011-12-21 19:41 ` Darren Hart
2011-12-21 18:58 ` [PATCH 5/9] task-core-boot: Allow DISTRO to disable keymaps via VIRTUAL-RUNTIME_keymaps Darren Hart
2011-12-21 18:58 ` [PATCH 6/9] distro: Add POKY_DEFAULT_EXTRA_R* variables Darren Hart
2011-12-21 19:21 ` Darren Hart
2011-12-21 18:58 ` [PATCH 7/9] distro: Add poky-tiny distro definition Darren Hart
2011-12-21 18:58 ` [PATCH 8/9] license: Fix manifest conditional Darren Hart
2011-12-21 18:58 ` [PATCH 9/9] image_types: Ensure /init exists for cpio rootfs archives Darren Hart
-- strict thread matches above, loose matches on Subject: below --
2011-12-21 9:02 [RFC PATCH 0/9] New distribution definition for poky-tiny Darren Hart
2011-12-21 9:02 ` [PATCH 1/9] native.bbclass: Fix variable remapping coverage Darren Hart
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=4EF23907.5020105@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=kergoth@gmail.com \
--cc=yocto@yoctoproject.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.