> -----Original Message----- > From: [email protected] > <[email protected]> On Behalf Of Alexander Kanavin via > lists.openembedded.org > Sent: den 24 februari 2026 10:59 > To: [email protected] > Cc: [email protected] > Subject: Re: [OE-core] [PATCH 2/2] appstream: upgrade from 1.0.6 to 1.1.2 > > On Tue, 24 Feb 2026 at 02:42, Changqing Li via lists.openembedded.org > <[email protected]> wrote: > > > +PACKAGECONFIG:class-target += "bash-completion"
That should be: PACKAGECONFIG:append:class-target = " bash-completion" or it will replace the PACKAGECONFIG for target rather than add to it. > > > > PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" > > PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer" > > PACKAGECONFIG[qt6] = "-Dqt=true,-Dqt=false,qtbase" > > +PACKAGECONFIG[bash-completion] = > > "-Dbash-completion=true,-Dbash-completion=false,bash-completion" Remove the dependency on bash-completion (see below). > > bash-completion can perhaps stay disabled for both native and target? > > Alex No, better is to instead inherit the bash-completion bbclass so the file(s) are packaged separately, and installed automatically when the bash-completion-pkgs feature is enabled. //Peter
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231866): https://lists.openembedded.org/g/openembedded-core/message/231866 Mute This Topic: https://lists.openembedded.org/mt/117969589/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
