From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 84A4473710 for ; Fri, 10 Jul 2015 21:31:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6ALViH2027868 for ; Fri, 10 Jul 2015 22:31:44 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id F0GyNYa5vRP1 for ; Fri, 10 Jul 2015 22:31:44 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6ALVWpi027865 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Fri, 10 Jul 2015 22:31:43 +0100 Message-ID: <1436563892.3310.21.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Fri, 10 Jul 2015 22:31:32 +0100 X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Subject: [PATCH] buildtools-tarball: Add inherit toolchain-scripts X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 21:31:45 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit The core class used to have this inherit but its being phased out, add the inherit directly where we need it instead. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 673bfb0..112b001 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -38,6 +38,7 @@ EXCLUDE_FROM_WORLD = "1" inherit meta inherit populate_sdk +inherit toolchain-scripts create_sdk_files_append () { rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-*