From patchwork Thu Sep 26 10:54:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 278155 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 2483B2C00C5 for ; Thu, 26 Sep 2013 20:54:39 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 6382F3F987 for ; Thu, 26 Sep 2013 12:54:34 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id F152A3F987 for ; Thu, 26 Sep 2013 12:54:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=664; q=dns/txt; s=ironport2; t=1380192872; x=1411728872; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CfF6nGnKfGtPRJ/QPihmjQqQhZw/JHGxALsuSLNnXhA=; b=Oqz982pHFLb8Z/7HR0XCnF3/dJDI5iTDkvhZ+3K4xkpFVTImZpibnTPe fMNPlwmj7JSOYe31ai5FTKPqYBVkkwvDgGE/yRQiLN2xYRY/kJcqNRDEb Gjpk3A1zvZnKF8ZBWWOEi4DeiOIHEwFeIiXxK+iOo0rjN2TbRPOA4i0tE E=; X-IronPort-AV: E=Sophos;i="4.90,984,1371074400"; d="scan'208";a="3661795" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 26 Sep 2013 12:54:31 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Thu, 26 Sep 2013 12:54:31 +0200 Received: by localhost (Postfix, from userid 30007) id E5340682C0C; Thu, 26 Sep 2013 10:54:30 +0000 (UTC) From: To: Subject: [PATCH 0/2] core - barebox Date: Thu, 26 Sep 2013 10:54:29 +0000 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen Fix provides for barebox, and add options for custom env for barebox The following changes since commit ba5f72037563f5970bee7ebd0c83411a93f0f78e: Release 3.3.0 (2013-05-03 12:28:25 +0200) are available in the git repository at: git://gitorious.org/~cbs/oe-lite/cbss-core barebox_env http://gitorious.org/~cbs/oe-lite/cbss-core/commits/barebox_env Christian Sørensen (2): class/barebox: fix PROVIDES class/barebox: Add option of custom environment for barebox classes/barebox.oeclass | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)