From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 5D31D7DEA7 for ; Thu, 9 May 2019 08:03:24 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id x4983O8j007536 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 9 May 2019 01:03:25 -0700 (PDT) Received: from pek-lpg-core1.wrs.com (128.224.156.132) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.439.0; Thu, 9 May 2019 01:03:24 -0700 From: Robert Yang To: Date: Thu, 9 May 2019 16:03:02 +0800 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [PATCH 0/1] bitbake: cookerdata: Avoid double exceptions for bb.fatal() X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2019 08:03:24 -0000 Content-Type: text/plain The following changes since commit c0dc72bad92e2e4dc0aedb48b969709f821baf73: coreutils: Fix patch upstream status field (2019-05-08 23:36:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/python http://git.pokylinux.org/cgit.cgi//log/?h=rbt/python Robert Yang (1): bitbake: cookerdata: Avoid double exceptions for bb.fatal() bitbake/lib/bb/cookerdata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.7.4