Hi Ross,
Thank you for your personalized reply.
I've changed my receipe with your recommandations and clean the
receipe with "bitbake -c cleanall myapp"
But I still have an issue when compiling with "bitbake myapp":
WARNING: myapp-0.1.1-r0 do_package_qa: QA Issue: /usr/bin/myApp
contained in pac
On 19 April 2017 at 17:55, Marc-Antoine Martin wrote:
> DEPENDS = "ncurses glibc"
> RDEPENDS_${PN} = "ncurses-libform"
>
glibc is a default dependency so you can remove that. You can remove the
explicit RDEPENDS as bitbake will automatically add library runtime
dependencies for you. Just have
Hi all,
I've have some trouble to add ncurses shared libraries to my recipe.
I want to add a software to my dist and it uses the ncurses shared libraries.
I wrote a recipe for this software but each time I try to build it
with bitbake I have the same issue:
QA Issue: /usr/bin/mySoft containe