From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id F170F6FDEB for ; Wed, 20 Aug 2014 21:18:33 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s7KLIXCQ028460 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 20 Aug 2014 14:18:34 -0700 (PDT) Received: from msp-lpggp2.wrs.com (172.25.34.109) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Wed, 20 Aug 2014 14:18:33 -0700 From: Peter Seebach To: Date: Wed, 20 Aug 2014 16:24:20 -0500 Message-ID: X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Subject: [PATCH 0/1] libc-common.bbclass: rename ALL the packages 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, 20 Aug 2014 21:18:41 -0000 Content-Type: text/plain The DEBIAN_NAMES setting renames some libc packages, but doesn't rename them all, or work correctly with multilibs. I sent this patch out some time back, then never got around to making a suggested change (renaming a variable for clarity). With the patch, everything in libc gets renamed, not just a specific list that would have to be updated to continue working if the package list changes. The following changes since commit 47d1fc9f5c38f3d092937c47bd4c2f45adaa7fe6: qemu: fix Darwin cross-compilation (2014-08-18 20:43:24 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/renamelibc http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/renamelibc Peter Seebach (1): libc-common.bbclass: rename ALL the packages meta/classes/libc-common.bbclass | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-)