All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] poky-lsb.conf: Instead of += with _append
@ 2011-06-23  7:49 Xiaofeng Yan
  2011-06-23  7:50 ` [PATCH 1/1] " Xiaofeng Yan
  2011-06-23 10:19 ` [PATCH 0/1] " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-06-23  7:49 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Hi Richard,

The variable "DISTRO_FEATURES += " lost its function because it has been moved to defaultsetup.conf.
Defaultsetup.conf is included after poky-lsb.conf. So the variable is empty. I use "_append" to take place of "+=".
Please check patch for detailed information.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/poky-lsb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/poky-lsb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  poky-lsb.conf: Instead of += with _append

 meta-yocto/conf/distro/poky-lsb.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-23 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23  7:49 [PATCH 0/1] poky-lsb.conf: Instead of += with _append Xiaofeng Yan
2011-06-23  7:50 ` [PATCH 1/1] " Xiaofeng Yan
2011-06-23 10:19 ` [PATCH 0/1] " Richard Purdie

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.