From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weber, Matthew L Collins Date: Tue, 15 Jun 2021 19:40:32 +0000 Subject: [Buildroot] [External] [PATCH] core/pkg-generic: fix instrumentation for packages that install nowhere In-Reply-To: <20210613143207.2445691-1-yann.morin.1998@free.fr> References: <20210613143207.2445691-1-yann.morin.1998@free.fr> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Yann, > 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