From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Slniw-0004rC-Ao for openembedded-core@lists.openembedded.org; Mon, 02 Jul 2012 23:00:03 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q62Kmp6Z010561 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 2 Jul 2012 13:48:51 -0700 (PDT) Received: from localhost.localdomain (172.25.34.61) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Mon, 2 Jul 2012 13:48:51 -0700 From: Mark Hatle To: Date: Mon, 2 Jul 2012 15:58:25 -0500 Message-ID: X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-Originating-IP: [172.25.34.61] Subject: [PATCH 0/2 v2] SDK related misc changes 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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 21:00:03 -0000 Content-Type: text/plain Commit contents are the same, patch 1/2's commit message was rewritten to avoid confusion. ---- Two minor changes related to SDK generations. One is a bug fix, the other allows for better control over the per-file dependency generation. The following changes since commit 64422f7c5da160050a5454817c8fa9d070104b34: package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from PACKAGEVARS (2012-07-02 16:44:57 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc Mark Hatle (2): libc-common: Allow -dbg package to append, and not just set package variables package.bbclass: Allow a package to skip per file dependency generation meta/classes/libc-common.bbclass | 6 +++--- meta/classes/package.bbclass | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) -- 1.7.3.4