>>>> libc6-dev package should be included into
>>>> slugos-native package.
>>>> What do you thing?
>>> I made a change last week or so that should do this
>>> (hopefully I did it right). Did you use the head
>>> version?
>> You have added the line:
>>
>> DEPENDS = "libc6-dev"
>>
>> But it will be overwritten with
>> DEPENDS  = '${SLUGOS_NATIVE_DP} ${SLUGOS_NATIVE}'
>> in the last line.
>>
>> If libc6-dev should be installed with 'ipkg install slugos-native' (or
>> similiar), I think you want rather it add to DEPENDS (to make a ipk
>> package) and (!) to RDEPENDS (to add a dependency).
> 
> If using .dev, you usually don't need to do both. Setting the
> BUILD_ALL_DEPS variable will resulting in everything in RDEPENDS being
> built for you meaning you don't need to add it to DEPENDS yourself. Some
> classes such as the images do this for you.

But if you add libc6-dev to RDEPENDS and set BUILD_ALL_DEPS = 1, is
bitbake capable to catch the build of glibc-package before, which
provide the libc6 packages?


_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to