Actually in my project, there is a dependency of pth package. We are using with
the Kirkstone as well. Now with the scarthgap release, autoconf version has
been changed. When I am rolling back to old autoconf version, its building
successfully.
Now, I am pth package recipe to use the autoconf o
Hi,
I try to build Chromium for a Toradex module and a custom Kirkstone BSP with
the help of this guide from Toradex:
https://developer.toradex.com/linux-bsp/6/application-development/gui/how-to-use-web-browser-linux.
https://developer.toradex.com/linux-bsp/6/application-development/gui/how-t
"The best way to get the right answer on the Internet is not to ask a
question, it's to post the wrong answer." :)
Thanks for the correction.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64663): https://lists.yoctoproject.org/g/yocto/message/646
I see - this will be the source of your problem, your image depends on
this package, but it can't be built due to this license incompatibility.
Depending on your requirements, you can approach it on a few ways (this
is not an exhaustive list, of course, I'm sure others could give other,
even b
The documentation is correct.
See also the relevant migration guide about the syntax change:
https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes
On 28.01.25 04:58, Ganesh Mahajan via lists.yoctoproject.org wrote:
What is the correct synatx for RDEPEND
Assuming you are using Honister, or newer, you need to change the syntax
from RDEPENDS_${PN} to RDEPENDS:${PN} ("_" vs ":"). Guide to syntax
change:
https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes,
Also, when you use ":append", it is recommended to
On Tue, 28 Jan 2025 at 09:21, Gyorgy Sarvari via
lists.yoctoproject.org
wrote:
>
> I see - this will be the source of your problem, your image depends on
> this package, but it can't be built due to this license incompatibility.
I need to correct you. The image does not depend on grep, rather
uti
Thanks Gyorgy,
I did go through this doc
https://docs.yoctoproject.org/dev/migration-guides/migration-3.4.html#override-syntax-changes
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64662): https://lists.yoctoproject.org/g/yocto/message/64662
Mute
Hi Gyorgy,
thanks. I wasn´t aware of this. I fixed it at it works.
> Gyorgy Sarvari via lists.yoctoproject.org
> hat am 28.01.2025 09:28 CET
> geschrieben:
>
>
> Assuming you are using Honister, or newer, you need to change the syntax
> from RDEPENDS_${PN} to RDEPENDS:${PN} ("_" vs ":"). G