[Buildroot] [PATCH 2/2] package/mono: new package

Angelo Compagnucci angelo.compagnucci at gmail.com
Sun Oct 12 10:06:35 UTC 2014


Hi Thomas!

>> It is already:
>>
>> ifneq ($(MONO_ASSEMBLY_INCLUDED),)
>> define MONO_INSTALL_LIBS
>> rsync -av --exclude=*.so --exclude=*.mdb --exclude=[0-9].[0-9] \
>> $(HOST_DIR)/usr/lib/mono $(TARGET_DIR)/usr/lib/
>> rsync -av --exclude=*.so --exclude=*.mdb $(MONO_ASSEMBLY_INCLUDED) \
>> $(TARGET_DIR)/usr/lib/mono/
>> endef
>> MONO_DEPENDENCIES += host-mono
>> MONO_POST_INSTALL_TARGET_HOOKS += MONO_INSTALL_LIBS
>> endif
>>
>> This way the dependency is met only when MONO_ASSEMBLY_INCLUDED.
>> By the way, I'll remove this logic, make 4.5 as default version and if
>> nothing selected, I'll default evenly on 4.5.
>
> Ok, right. Then don't add a condition around the host-autotools-package
> call, this is useless.

OK! So it the end I can keep that logic? I think it's valuable!
Obviously I can add a note on Config help.

>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo



More information about the buildroot mailing list