From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Wed, 16 Jun 2021 21:59:02 +0200 Subject: [Buildroot] [External] [PATCH] core/pkg-generic: fix instrumentation for packages that install nowhere In-Reply-To: References: <20210613143207.2445691-1-yann.morin.1998@free.fr> Message-ID: <20210616195902.GR2610983@scaer> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Matthew, All, On 2021-06-15 19:40 +0000, Weber, Matthew L Collins spake thusly: > > From: Yann E. MORIN on behalf of Yann E. MORIN > > Sent: Sunday, June 13, 2021 9:32 AM > > To: buildroot at buildroot.org > > Cc: Yann E. MORIN ; Weber, Matthew L Collins ; Thomas Petazzoni > > Subject: [External] [PATCH] core/pkg-generic: fix instrumentation for packages that install nowhere > > ? > > A (target [0]) package can independently declare installing in various > > locations: target, staging, or images. The default is to only install > > in target. [--SNIP--] > > Fixes: #13836 > > > > [0] a host package can't opt out of installing anything. > > [1] that one is actually missing AUFS_INSTALL_TARGET = NO, so this > > ??? hides the issue. > > [2] even us are not 100% clean on that topic: gcc will install files in > > ??? staging and target as part of the same step (not the build, granted, > > ??? but still...) > > > > Reported-by: "Weber, Matthew L Collins" > > Signed-off-by: Yann E. MORIN > > Cc: Thomas Petazzoni > Tested-by: Matthew Weber