| Submitter | Lianhao Lu |
|---|---|
| Date | March 7, 2012, 2:06 a.m. |
| Message ID | <cover.1331085934.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/22849/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Wed, 07 Mar 2012 02:14:35 +0000 (UTC) Received: by 10.152.4.100 with SMTP id j4csp87916laj; Tue, 6 Mar 2012 18:11:09 -0800 (PST) Received: by 10.14.97.131 with SMTP id t3mr148861eef.3.1331086266017; Tue, 06 Mar 2012 18:11:06 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id y52si17904006eef.12.2012.03.06.18.11.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 18:11:06 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1S56TW-0005y1-Hm; Wed, 07 Mar 2012 03:19:34 +0100 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <lianhao.lu@intel.com>) id 1S56TU-0005xv-GX for openembedded-core@lists.openembedded.org; Wed, 07 Mar 2012 03:19:32 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 06 Mar 2012 18:10:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="74496354" Received: from llu-piketon.sh.intel.com (HELO localhost) ([10.239.36.62]) by AZSMGA002.ch.intel.com with ESMTP; 06 Mar 2012 18:10:54 -0800 From: Lianhao Lu <lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org Date: Wed, 7 Mar 2012 10:06:44 +0800 Message-Id: <cover.1331085934.git.lianhao.lu@intel.com> X-Mailer: git-send-email 1.7.0.4 Subject: [OE-core] [PATCH 0/1] fixed errors in adt-installer X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
This patch fixed Yocto bug #2055. The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78: Richard Purdie (1): base.bbclass: Fix PACKAGECONFIG handling when no flags are set are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bug2055 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2055 Lianhao Lu (1): adt-installer: Corrected wrong environment file names. .../adt-installer/scripts/adt_installer_internal | 2 ++ .../installer/adt-installer_1.0.bb | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-)