From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bastet.se.axis.com (bastet.se.axis.com [195.60.68.11]) by mail.openembedded.org (Postfix) with ESMTP id E6AD171A71 for ; Wed, 5 Oct 2016 15:14:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id 7B9DB180C4 for ; Wed, 5 Oct 2016 17:14:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bastet.se.axis.com Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id ovWY1GF+xank for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from boulder03.se.axis.com (boulder03.se.axis.com [10.0.8.17]) by bastet.se.axis.com (Postfix) with ESMTPS id 9794D181BD for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from boulder03.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 6742C1E0B9 for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from boulder03.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5B5B51E0B8 for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from thoth.se.axis.com (unknown [10.0.2.173]) by boulder03.se.axis.com (Postfix) with ESMTP for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from saur-2.se.axis.com (saur-2.se.axis.com [10.92.3.2]) by thoth.se.axis.com (Postfix) with ESMTP id 4F1AB308 for ; Wed, 5 Oct 2016 17:14:21 +0200 (CEST) Received: from saur-2.se.axis.com (localhost [127.0.0.1]) by saur-2.se.axis.com (8.14.5/8.14.5) with ESMTP id u95FELPB019611 for ; Wed, 5 Oct 2016 17:14:21 +0200 Received: (from pkj@localhost) by saur-2.se.axis.com (8.14.5/8.14.5/Submit) id u95FEL0b019610 for openembedded-core@lists.openembedded.org; Wed, 5 Oct 2016 17:14:21 +0200 From: Peter Kjellerstedt To: openembedded-core@lists.openembedded.org Date: Wed, 5 Oct 2016 17:14:18 +0200 Message-Id: X-Mailer: git-send-email 2.9.0 X-TM-AS-GCONF: 00 Subject: [PATCH 0/2] Fixes for PACKAGE_EXCLUDE_COMPLEMENTARY 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: Wed, 05 Oct 2016 15:14:25 -0000 The first patch fix a problem with PACKAGE_EXCLUDE_COMPLEMENTARY where it could not contain a regular expression that began with a dash, and the second makes it possible to specify multiple, whitespace separated regular expressions in PACKAGE_EXCLUDE_COMPLEMENTARY. //Peter The following changes since commit 4189a1977e65f71ddb8fc0498bcef91754c673d8: bitbake: toaster: add Font Awesome license (2016-10-05 10:28:53 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/complementary_packages http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/complementary_packages Peter Kjellerstedt (2): package_manager.py: Allow a leading - in PACKAGE_EXCLUDE_COMPLEMENTARY package_manager.py: Allow multiple regexps in PACKAGE_EXCLUDE_COMPLEMENTARY meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.0