Hi Ashish,
On 11/21/24 5:02 PM, emailaddress.ashish via lists.yoctoproject.org wrote:
Hi Members ,
I am trying to add an test debug print by append logic to openssl_3.2.3.bb
do_install:append:${PN} () {
do_install is specific to a recipe, so you don't need to specify
do_install:append:${PN}
just do_install:append() will be enough.
OVERRIDES are applicable for tasks, but PN isn't part of the OVERRIDES
by default (well it probably is if prefixed with pn- but it really does
not make sense to do this in a recipe, as it's already guaranteed to
apply only to that recipe since things in a recipe are namespaced to the
recipe (you cannot modify a recipe variable/task from another recipe).
Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64328): https://lists.yoctoproject.org/g/yocto/message/64328
Mute This Topic: https://lists.yoctoproject.org/mt/109706185/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-