I found the problem, I was installing the package in the wrong location, so
it wasn't shown in the output SDK.
Thanks,
Gabriele
Il giorno lun 20 mag 2019 alle ore 23:55 Khem Raj ha
scritto:
> On Mon, May 13, 2019 at 11:17 PM Gabriele Zampieri
> wrote:
> >
> > Hi Khem,
> >
> > what do you mean w
On Mon, May 13, 2019 at 11:17 PM Gabriele Zampieri
wrote:
>
> Hi Khem,
>
> what do you mean with "build bpkg as a native recipe"? I though that the
> DEPENDS = "build2-native" will achieve this task. Thanks to pointing out the
> hosttool option.
yes DEPENDS = "build2-native" should have added t
Hi Khem,
what do you mean with "build bpkg as a native recipe"? I though that the
DEPENDS = "build2-native" will achieve this task. Thanks to pointing out
the hosttool option.
Best regards,
Gabriele
Il giorno lun 13 mag 2019 alle ore 17:59 Khem Raj ha
scritto:
> You need to either build bpkg a
You need to either build bpkg as a native recipe or install and make it
available as a hosttool from build machine distribution itself
On Mon, May 13, 2019 at 6:07 AM Gabriele Zampieri
wrote:
> Hi all,
>
> I need to add a couple of tools to my build system (build2 and odb). The
> second one depe
Hi all,
I need to add a couple of tools to my build system (build2 and odb). The
second one depends on the first. Following a snippet of the build2 recipe:
DEPENDS = "openssl-native"
SRC_URI = "https://dow