From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cvg.de ([62.153.82.30]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UWqjS-0005Bw-Pz for openembedded-core@lists.openembedded.org; Mon, 29 Apr 2013 18:15:16 +0200 Received: from ensc-virt.intern.sigma-chemnitz.de (ensc-virt.intern.sigma-chemnitz.de [192.168.3.24]) by mail.cvg.de (8.14.4/8.14.4) with ESMTP id r3TFq7ee028133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Apr 2013 17:52:08 +0200 Received: from ensc by ensc-virt.intern.sigma-chemnitz.de with local (Exim 4.80.1) (envelope-from ) id 1UWqN5-0000WN-3Z; Mon, 29 Apr 2013 17:52:07 +0200 From: Enrico Scholz To: openembedded-core@lists.openembedded.org References: <1367249183-2579-1-git-send-email-enrico.scholz@sigma-chemnitz.de> Mail-Followup-To: Enrico Scholz Date: Mon, 29 Apr 2013 17:52:07 +0200 In-Reply-To: (Ross Burton's message of "Mon, 29 Apr 2013 16:33:37 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Sender: Enrico Scholz X-DSPAM-Result: Innocent X-DSPAM-Probability: 0 X-DSPAM-Confidence: 1 X-Spam-Score: -6.5 X-Spam-Level: ------ X-Spam-Tests: AWL,BAYES_00,RP_MATCHES_RCVD,SPF_NEUTRAL,DSPAM_INNOCENT X-Scanned-By: MIMEDefang 2.73 Subject: Re: [PATCH 1/7] bitbake.conf: fix definition of ${libexecdir} X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Mon, 29 Apr 2013 16:15:25 -0000 Content-Type: text/plain "Burton, Ross" writes: > I agree with dropping $libdir and hard-coding "lib", but have you done > a world oe-core build no; I do not have the resources for this :( I did a static analysis of recent recipes and fixed the obvious things. Change will cause probably some silent breakage which can not be detected by static analysis. E.g. the last /usr/libexec -> /usr/lib/${BPN} change broke dropbear sftp which remained undetected for more than a half year. We are at the beginning of a new release cycle which is a good time for this change. > with buildhistory to verify that nothing else moved around? Things *are* expected to move around. E.g. /usr/lib/openssh/sftp-server becomes /usr/lib/sftp-server now. Enrico