From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail7.pr.hu (mail7.pr.hu [87.242.0.7]) by mail.openembedded.org (Postfix) with ESMTP id 5413B601E0 for ; Wed, 20 May 2015 11:59:55 +0000 (UTC) Received: from [2a02:808:3:101::5] (helo=mail.pr.hu) by frontdoor.pr.hu with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Yv2W6-0002JM-Id for openembedded-devel@lists.openembedded.org; Wed, 20 May 2015 13:50:30 +0200 Received: from host-87-242-63-200.prtelecom.hu ([87.242.63.200] helo=localhost.localdomain) by mail.pr.hu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Yv2f6-0000si-23 for openembedded-devel@lists.openembedded.org; Wed, 20 May 2015 13:59:53 +0200 Message-ID: <555C7731.40605@pr.hu> Date: Wed, 20 May 2015 13:59:45 +0200 From: Boszormenyi Zoltan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org X-Spam-Score: 0.7 (/) X-Scan-Signature: 9ff1c38e9b5eed4669b14ff547415cc5 X-Spam-Tracer: backend.mail.pr.hu 0.7 20150520115953Z Subject: How can I disable automatic subpackage naming X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2015 11:59:58 -0000 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Hi, it seems that if bitbake finds a subpackage in the PACKAGES variable that contain a single library, a new, automatic subpackage gets created that will have the name "libxxxxN" with libxxxx being the library name and N being the SO version. With this, bitbake overrides my set of subpackages. How can I disable this in Daisy, i.e. bitbake 1.22.0, so I get the explicit package name I added to PACKAGES? Thanks in advance, Zoltán Böszörményi